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:
Marius Bakke 2018-12-12 20:08:28 +01:00
parent d52680eec0
commit 5b2da2a659
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
2 changed files with 18 additions and 0 deletions

View file

@ -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