Merge pull request #235806 from dani0854/libimobiledevice/update

libimobiledevice: switch to OpenSSL
This commit is contained in:
Weijia Wang 2023-06-29 17:33:58 +03:00 committed by GitHub
commit 6b568ce356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
, fetchFromGitHub
, autoreconfHook
, pkg-config
, gnutls
, openssl
, libgcrypt
, libplist
, libtasn1
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
];
propagatedBuildInputs = [
gnutls
openssl
libgcrypt
libplist
libtasn1
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
export RELEASE_VERSION=${version}
'';
configureFlags = [ "--with-gnutls" "--without-cython" ];
configureFlags = [ "--without-cython" ];
meta = with lib; {
homepage = "https://github.com/libimobiledevice/libimobiledevice";