mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: btrfs-progs: Add zlib:static.
* gnu/packages/linux.scm (btrfs-progs)[inputs]: Add zlib:static.
This commit is contained in:
parent
4e8d9015e0
commit
029c2ba0c5
1 changed files with 1 additions and 0 deletions
|
@ -3278,6 +3278,7 @@ (define-public btrfs-progs
|
|||
("libuuid:static" ,util-linux "static")
|
||||
("lzo" ,lzo)
|
||||
("zlib" ,zlib)
|
||||
("zlib:static" ,zlib "static")
|
||||
("zstd" ,zstd)))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
("asciidoc" ,asciidoc)
|
||||
|
|
Loading…
Reference in a new issue