Skip to content

Commit

Permalink
vigra: unstable-2022-01-11 -> 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
autra committed Jan 22, 2025
1 parent 78c0386 commit 7b7b77d
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions pkgs/development/libraries/vigra/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
fftw,
fftwSinglePrec,
hdf5,
ilmbase,
libjpeg,
libpng,
libtiff,
openexr,
openexr_3,
python3,
}:

Expand All @@ -20,28 +19,25 @@ let
in
stdenv.mkDerivation rec {
pname = "vigra";
version = "unstable-2022-01-11";
version = "1.12.1";

src = fetchFromGitHub {
owner = "ukoethe";
repo = "vigra";
rev = "093d57d15c8c237adf1704d96daa6393158ce299";
sha256 = "sha256-pFANoT00Wkh1/Dyd2x75IVTfyaoVA7S86tafUSr29Og=";
rev = "Version-${lib.replaceStrings [ "." ] [ "-" ] version}";
sha256 = "sha256-ZmHj1BSyoMBCuxI5hrRiBEb5pDUsGzis+T5FSX27UN8=";
};

env.NIX_CFLAGS_COMPILE = "-I${ilmbase.dev}/include/OpenEXR";

nativeBuildInputs = [ cmake ];
buildInputs = [
boost
fftw
fftwSinglePrec
hdf5
ilmbase
libjpeg
libpng
libtiff
openexr
openexr_3
python
];

Expand Down

0 comments on commit 7b7b77d

Please sign in to comment.