mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: libzip: Add more inputs.
This enables encryption. * gnu/packages/compression.scm (libzip)[inputs]: Add gnutls, openssl.
This commit is contained in:
parent
264a63d643
commit
a9b15d4c7f
1 changed files with 3 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue