libimobiledevice: switch to OpenSSL
This commit is contained in:
parent
a21c873f01
commit
5320d2d29f
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, gnutls
|
, openssl
|
||||||
, libgcrypt
|
, libgcrypt
|
||||||
, libplist
|
, libplist
|
||||||
, libtasn1
|
, libtasn1
|
||||||
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
gnutls
|
openssl
|
||||||
libgcrypt
|
libgcrypt
|
||||||
libplist
|
libplist
|
||||||
libtasn1
|
libtasn1
|
||||||
|
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
||||||
export RELEASE_VERSION=${version}
|
export RELEASE_VERSION=${version}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags = [ "--with-gnutls" "--without-cython" ];
|
configureFlags = [ "--without-cython" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/libimobiledevice/libimobiledevice";
|
homepage = "https://github.com/libimobiledevice/libimobiledevice";
|
||||||
|
|
Loading…
Reference in a new issue