Merge pull request #125470 from fortuneteller2k/libimobiledevice
libimobiledevice: 1.3.0 -> unstable-2021-06-02
This commit is contained in:
commit
09875b8eba
@ -1,25 +1,36 @@
|
||||
{ lib, stdenv, fetchFromGitHub, automake, autoconf, libtool, pkg-config, gnutls
|
||||
, libgcrypt, libtasn1, glib, libplist, libusbmuxd }:
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, autoreconfHook
|
||||
, libtool
|
||||
, pkg-config
|
||||
, gnutls
|
||||
, libgcrypt
|
||||
, libtasn1
|
||||
, glib
|
||||
, libplist
|
||||
, libusbmuxd
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libimobiledevice";
|
||||
version = "1.3.0";
|
||||
version = "unstable-2021-06-02";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1jkq3hpg4n5a6s1k618ib0s80pwf00nlfcby7xckysq8mnd2pp39";
|
||||
rev = "ca324155f8b33babf907704828c7903608db0aa2";
|
||||
sha256 = "sha256-Q7THwld1+elMJQ14kRnlIJDohFt7MW7JeyIUGC0k52I=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoconf
|
||||
automake
|
||||
autoreconfHook
|
||||
libtool
|
||||
pkg-config
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
glib
|
||||
gnutls
|
||||
@ -29,12 +40,7 @@ stdenv.mkDerivation rec {
|
||||
libusbmuxd
|
||||
];
|
||||
|
||||
preConfigure = "NOCONFIGURE=1 ./autogen.sh";
|
||||
|
||||
configureFlags = [
|
||||
"--disable-openssl"
|
||||
"--without-cython"
|
||||
];
|
||||
configureFlags = [ "--disable-openssl" "--without-cython" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/libimobiledevice/libimobiledevice";
|
||||
|
Loading…
Reference in New Issue
Block a user