gnu: libzip: Add more inputs.
authorBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>
Sun, 10 Nov 2019 21:36:34 +0000 (22:36 +0100)
committerBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>
Sat, 16 Nov 2019 17:00:23 +0000 (18:00 +0100)
This enables encryption.

* gnu/packages/compression.scm (libzip)[inputs]: Add gnutls, openssl.

gnu/packages/compression.scm

index 6279c92..5583c8a 100644 (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")