mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
libimobiledevice: 1.3.0-date=2023-04-30 -> 1.3.0-unstable-2024-06-19
Signed-off-by: C0D3 M4513R <28912031+C0D3-M4513R@users.noreply.github.com>
This commit is contained in:
parent
af4cfc1e0f
commit
9957993a93
@ -12,30 +12,25 @@
|
||||
, libimobiledevice-glue
|
||||
, SystemConfiguration
|
||||
, CoreFoundation
|
||||
, unstableGitUpdater
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libimobiledevice";
|
||||
version = "1.3.0+date=2023-04-30";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
version = "1.3.0-unstable-2024-05-20";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "libimobiledevice";
|
||||
repo = pname;
|
||||
rev = "860ffb707af3af94467d2ece4ad258dda957c6cd";
|
||||
hash = "sha256-mIsB+EaGJlGMOpz3OLrs0nAmhOY1BwMs83saFBaejwc=";
|
||||
rev = "9ccc52222c287b35e41625cc282fb882544676c6";
|
||||
hash = "sha256-pNvtDGUlifp10V59Kah4q87TvLrcptrCJURHo+Y+hs4=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Pull upstream fix for clang-16 and upcoming gcc-14 support:
|
||||
# https://github.com/libimobiledevice/libimobiledevice/pull/1444
|
||||
(fetchpatch {
|
||||
name = "usleep-decl.patch";
|
||||
url = "https://github.com/libimobiledevice/libimobiledevice/commit/db623184c0aa09c27697f5a2e81025db223075d5.patch";
|
||||
hash = "sha256-TgdgBkEDXzQDSgJxcZc+pZncfmBVXarhHOByGFs6p0Q=";
|
||||
})
|
||||
];
|
||||
preAutoreconf = ''
|
||||
export RELEASE_VERSION=${version}
|
||||
'';
|
||||
|
||||
configureFlags = [ "--without-cython" ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
@ -54,11 +49,10 @@ stdenv.mkDerivation rec {
|
||||
CoreFoundation
|
||||
];
|
||||
|
||||
preAutoreconf = ''
|
||||
export RELEASE_VERSION=${version}
|
||||
'';
|
||||
|
||||
configureFlags = [ "--without-cython" ];
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
passthru.updateScript = unstableGitUpdater { };
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/libimobiledevice/libimobiledevice";
|
||||
|
Loading…
Reference in New Issue
Block a user