me
/
guix
Archived
1
0
Fork 0

gnu: libzip: Add more inputs.

This enables encryption.

* gnu/packages/compression.scm (libzip)[inputs]: Add gnutls, openssl.
master
Björn Höfling 2019-11-10 22:36:34 +01:00
parent 264a63d643
commit a9b15d4c7f
No known key found for this signature in database
GPG Key ID: BF286CB6593E5FFD
1 changed files with 3 additions and 1 deletions

View File

@ -1652,7 +1652,9 @@ recreates the stored directory structure by default.")
(native-inputs
`(("perl" ,perl)))
(inputs
`(("zlib" ,zlib)))
`(("gnutls" ,gnutls)
("openssl" ,openssl)
("zlib" ,zlib)))
(build-system cmake-build-system)
(home-page "https://libzip.org")
(synopsis "C library for reading, creating, and modifying zip archives")