gnu: btrfs-progs: Add zlib:static.

* gnu/packages/linux.scm (btrfs-progs)[inputs]: Add zlib:static.
master
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
1 changed files with 1 additions and 0 deletions

View File

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