mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05: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 @@ (define-public libzip
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)))
|
`(("perl" ,perl)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("zlib" ,zlib)))
|
`(("gnutls" ,gnutls)
|
||||||
|
("openssl" ,openssl)
|
||||||
|
("zlib" ,zlib)))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(home-page "https://libzip.org")
|
(home-page "https://libzip.org")
|
||||||
(synopsis "C library for reading, creating, and modifying zip archives")
|
(synopsis "C library for reading, creating, and modifying zip archives")
|
||||||
|
|
Loading…
Reference in a new issue