mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: xz: Move liblzma.a to separate output.
* gnu/packages/compression.scm (xz)[arguments, outputs]: New fields. * gnu/packages/make-bootstrap.scm (%static-inputs)[xz]: Don't inherit outputs.
This commit is contained in:
parent
d52680eec0
commit
5b2da2a659
2 changed files with 18 additions and 0 deletions
|
@ -159,6 +159,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
|
|||
"LDFLAGS = -static"))
|
||||
#t))))))))
|
||||
(xz (package (inherit xz)
|
||||
(outputs '("out"))
|
||||
(arguments
|
||||
`(#:strip-flags '("--strip-all")
|
||||
#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue