diff --git a/pkgs/development/libraries/science/astronomy/indilib/default.nix b/pkgs/development/libraries/science/astronomy/indilib/default.nix index 405f12dc34b0..8a4ca2f65cde 100644 --- a/pkgs/development/libraries/science/astronomy/indilib/default.nix +++ b/pkgs/development/libraries/science/astronomy/indilib/default.nix @@ -21,13 +21,13 @@ 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 = [ diff --git a/pkgs/development/libraries/science/astronomy/indilib/indi-3rdparty.nix b/pkgs/development/libraries/science/astronomy/indilib/indi-3rdparty.nix index fa7196b09f9f..eb1673875ddb 100644 --- a/pkgs/development/libraries/science/astronomy/indilib/indi-3rdparty.nix +++ b/pkgs/development/libraries/science/astronomy/indilib/indi-3rdparty.nix @@ -45,7 +45,7 @@ let owner = "indilib"; repo = "indi-3rdparty"; rev = "v${indilib.version}"; - hash = "sha256-WYvinfAbMxgF5Q9iB/itQTMsVmG83lY45JriUo3kzFg="; + hash = "sha256-REmeIP0Cl5FfwUnL40u0dqZaJugBlLGT/Bts5j1bvgw="; }; buildIndi3rdParty = @@ -121,29 +121,6 @@ let } ); - 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"; meta = with lib; { @@ -505,13 +482,12 @@ in 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; }; }; @@ -677,11 +653,9 @@ in indilib gsl gtest - libahp-gt libnova zlib ]; - meta.platforms = libahp-gt.meta.platforms; }; indi-ffmv = buildIndi3rdParty {