gnu: btrfs-progs: Add zlib:static.

* gnu/packages/linux.scm (btrfs-progs)[inputs]: Add zlib:static.
This commit is contained in:
Ricardo Wurmus 2018-08-08 14:19:02 +02:00
parent 4e8d9015e0
commit 029c2ba0c5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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