lol

libimobiledevice: switch to OpenSSL

authored by

Danil Suetin and committed by
Danil Suetin
5320d2d2 a21c873f

+3 -3
+3 -3
pkgs/development/libraries/libimobiledevice/default.nix
··· 3 3 , fetchFromGitHub 4 4 , autoreconfHook 5 5 , pkg-config 6 - , gnutls 6 + , openssl 7 7 , libgcrypt 8 8 , libplist 9 9 , libtasn1 ··· 32 32 ]; 33 33 34 34 propagatedBuildInputs = [ 35 - gnutls 35 + openssl 36 36 libgcrypt 37 37 libplist 38 38 libtasn1 ··· 47 47 export RELEASE_VERSION=${version} 48 48 ''; 49 49 50 - configureFlags = [ "--with-gnutls" "--without-cython" ]; 50 + configureFlags = [ "--without-cython" ]; 51 51 52 52 meta = with lib; { 53 53 homepage = "https://github.com/libimobiledevice/libimobiledevice";