Commit 511d79ae authored by Linus Karl's avatar Linus Karl
Browse files
parent 48382072
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [
+3 −29
Original line number Diff line number Diff line
@@ -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 {