mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: zstd: Move libraries to separate outputs.
* gnu/packages/compression.scm (zstd)[outputs]: New field. [arguments]: Add phase 'adjust-libary-locations'. Pass LIBDIR and INCLUDEDIR in <#:make-flags>. * gnu/packages/backup.scm (borg)[inputs]: Change ZSTD to ZSTD:LIB. * gnu/packages/sync.scm (casync)[inputs]: Likewise. * gnu/packages/tor.scm (tor)[inputs]: Likewise. * gnu/packages/linux.scm (btrfs-progs)[inputs]: Likewise. Add ZSTD:STATIC.
This commit is contained in:
parent
8dea61731b
commit
ec0de9d8bc
5 changed files with 35 additions and 6 deletions
|
@ -227,7 +227,7 @@ and does not hamper local file system performance.")
|
|||
("rsync" ,rsync))) ;for tests
|
||||
(inputs
|
||||
`(("xz" ,xz) ;for liblzma
|
||||
("zstd" ,zstd)
|
||||
("zstd" ,zstd "lib")
|
||||
("curl" ,curl)
|
||||
("acl" ,acl)
|
||||
("libselinux" ,libselinux)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue