11 stdenv.mkDerivation rec {
12 pname = "libimobiledevice-glue";
15 src = fetchFromGitHub {
16 owner = "libimobiledevice";
19 hash = "sha256-Fu0zQIryESRaTGzDlAaewX9Yo2nPEeUxmcb3yPJLuSI=";
23 export RELEASE_VERSION=${version}
31 propagatedBuildInputs = [
40 passthru.updateScript = nix-update-script { };
43 homepage = "https://github.com/libimobiledevice/libimobiledevice-glue";
44 description = "Library with common code used by the libraries and tools around the libimobiledevice project";
45 license = licenses.lgpl21Plus;
46 platforms = platforms.unix;