nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Peder Bergebakken Sundt and committed by
GitHub
3a7dc008 b786f34e

+5 -31
+2 -2
pkgs/development/libraries/science/astronomy/indilib/default.nix
··· 21 21 22 22 stdenv.mkDerivation (finalAttrs: { 23 23 pname = "indilib"; 24 - version = "2.1.2.1"; 24 + version = "2.1.3"; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "indilib"; 28 28 repo = "indi"; 29 29 rev = "v${finalAttrs.version}"; 30 - hash = "sha256-EaLmwPyoQfdTUURKb6bBhg9kz7wSEzRdH3QQkayJDjA="; 30 + hash = "sha256-Y2JmlboNU7e2Whvv6snd8Qgotr+AAkUkAd9qCORZoI0="; 31 31 }; 32 32 33 33 nativeBuildInputs = [
+3 -29
pkgs/development/libraries/science/astronomy/indilib/indi-3rdparty.nix
··· 45 45 owner = "indilib"; 46 46 repo = "indi-3rdparty"; 47 47 rev = "v${indilib.version}"; 48 - hash = "sha256-WYvinfAbMxgF5Q9iB/itQTMsVmG83lY45JriUo3kzFg="; 48 + hash = "sha256-REmeIP0Cl5FfwUnL40u0dqZaJugBlLGT/Bts5j1bvgw="; 49 49 }; 50 50 51 51 buildIndi3rdParty = ··· 120 120 // meta; 121 121 } 122 122 ); 123 - 124 - libahp-gt = buildIndi3rdParty { 125 - pname = "libahp-gt"; 126 - meta = with lib; { 127 - license = licenses.unfreeRedistributable; 128 - platforms = with platforms; x86_64 ++ aarch64 ++ i686 ++ arm; 129 - }; 130 - }; 131 - 132 - # broken: needs libdfu 133 - libahp-xc = buildIndi3rdParty { 134 - pname = "libahp-xc"; 135 - buildInputs = [ 136 - libusb-compat-0_1 137 - urjtag 138 - libftdi1 139 - ]; 140 - meta = with lib; { 141 - license = licenses.unfreeRedistributable; 142 - broken = true; 143 - platforms = [ ]; 144 - }; 145 - }; 146 123 147 124 libaltaircam = buildIndi3rdParty { 148 125 pname = "libaltaircam"; ··· 482 505 buildInputs = [ 483 506 cfitsio 484 507 indilib 485 - libahp-xc 486 508 libnova 487 509 zlib 488 510 ]; 489 511 meta = { 490 - platforms = libahp-xc.meta.platforms; 491 - # libahc-xc needs libdfu, which is not packaged 512 + platforms = [ ]; 513 + # libahc-xc not packaged 492 514 broken = true; 493 515 }; 494 516 }; ··· 653 677 indilib 654 678 gsl 655 679 gtest 656 - libahp-gt 657 680 libnova 658 681 zlib 659 682 ]; 660 - meta.platforms = libahp-gt.meta.platforms; 661 683 }; 662 684 663 685 indi-ffmv = buildIndi3rdParty {