indilib, indi-3rdparty: 2.1.2.1 -> 2.1.3 (#396890)

Changed files
+5 -31
pkgs
development
libraries
science
astronomy
+2 -2
pkgs/development/libraries/science/astronomy/indilib/default.nix
···
stdenv.mkDerivation (finalAttrs: {
pname = "indilib";
-
version = "2.1.2.1";
+
version = "2.1.3";
src = fetchFromGitHub {
owner = "indilib";
repo = "indi";
rev = "v${finalAttrs.version}";
-
hash = "sha256-EaLmwPyoQfdTUURKb6bBhg9kz7wSEzRdH3QQkayJDjA=";
+
hash = "sha256-Y2JmlboNU7e2Whvv6snd8Qgotr+AAkUkAd9qCORZoI0=";
};
nativeBuildInputs = [
+3 -29
pkgs/development/libraries/science/astronomy/indilib/indi-3rdparty.nix
···
owner = "indilib";
repo = "indi-3rdparty";
rev = "v${indilib.version}";
-
hash = "sha256-WYvinfAbMxgF5Q9iB/itQTMsVmG83lY45JriUo3kzFg=";
+
hash = "sha256-REmeIP0Cl5FfwUnL40u0dqZaJugBlLGT/Bts5j1bvgw=";
};
buildIndi3rdParty =
···
// meta;
}
);
-
-
libahp-gt = buildIndi3rdParty {
-
pname = "libahp-gt";
-
meta = with lib; {
-
license = licenses.unfreeRedistributable;
-
platforms = with platforms; x86_64 ++ aarch64 ++ i686 ++ arm;
-
};
-
};
-
-
# broken: needs libdfu
-
libahp-xc = buildIndi3rdParty {
-
pname = "libahp-xc";
-
buildInputs = [
-
libusb-compat-0_1
-
urjtag
-
libftdi1
-
];
-
meta = with lib; {
-
license = licenses.unfreeRedistributable;
-
broken = true;
-
platforms = [ ];
-
};
-
};
libaltaircam = buildIndi3rdParty {
pname = "libaltaircam";
···
buildInputs = [
cfitsio
indilib
-
libahp-xc
libnova
zlib
];
meta = {
-
platforms = libahp-xc.meta.platforms;
-
# libahc-xc needs libdfu, which is not packaged
+
platforms = [ ];
+
# libahc-xc not packaged
broken = true;
};
};
···
indilib
gsl
gtest
-
libahp-gt
libnova
zlib
];
-
meta.platforms = libahp-gt.meta.platforms;
};
indi-ffmv = buildIndi3rdParty {