gnu: libzip: Add more inputs.
This enables encryption. * gnu/packages/compression.scm (libzip)[inputs]: Add gnutls, openssl.master
parent
264a63d643
commit
a9b15d4c7f
|
@ -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")
|
||||
|
|
Reference in New Issue