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
|
@ -3278,6 +3278,7 @@ and copy/paste text in the console and in xterm.")
|
|||
("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 New Issue