gnu: guix: Add dependency on lzlib.

* gnu/packages/package-management.scm (guix)[inputs]: Add LZLIB.
master
Ludovic Courtès 2019-05-24 10:29:39 +02:00
parent 73ac9098b1
commit 2e5c71b2a2
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -272,6 +272,7 @@
`(("bzip2" ,bzip2)
("gzip" ,gzip)
("zlib" ,zlib) ;for 'guix publish'
("lzlib" ,lzlib) ;for 'guix publish' and 'guix substitute'
("sqlite" ,sqlite)
("libgcrypt" ,libgcrypt)