This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.
The following commit(s) were added to refs/heads/core-packages-team by this
push:
new 2af0dd1a1d gnu: xz: Move documentation to separate output.
2af0dd1a1d is described below
commit 2af0dd1a1dc120255d4ca07e1b61a1558751e437
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Feb 16 20:39:51 2026 +0200
gnu: xz: Move documentation to separate output.
* gnu/packages/compression.scm (xz)[outputs]: Add doc output.
[properties]: Add synopsis for doc output.
Change-Id: Id780acafdd8aea9b1faeec2f92b46e8139f9de1f
---
gnu/packages/compression.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 739d6b4be6..7ef0ff88d3 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -578,7 +578,7 @@ formats, including zstd, xz, gzip, and bgzf.")
(substitute* (string-append out "/lib/liblzma.la")
(("^old_library='liblzma.a'") "old_library=''"))
#t))))))
- (outputs '("out" "static"))
+ (outputs '("out" "static" "doc"))
(inputs
`(,@(if (%current-target-system)
`(("bash" ,bash-minimal))
@@ -595,6 +595,8 @@ compression algorithm is currently LZMA2, which is used
inside the .xz
container format. With typical files, XZ Utils create 30 % smaller output
than gzip and 15 % smaller output than bzip2.")
(license (list license:gpl2+ license:lgpl2.1+)) ; bits of both
+ (properties
+ `((output-synopsis "doc" "API documentation and example code")))
(home-page "https://tukaani.org/xz/")))
(define-public heatshrink