Unverified Commit 7046248e authored by Yueh-Shun Li's avatar Yueh-Shun Li Committed by GitHub
Browse files

vigra: unstable-2022-01-11 -> 1.12.1 (#375773)

parents 9320f298 29a14407
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
  fftw,
  fftwSinglePrec,
  hdf5,
  ilmbase,
  libjpeg,
  libpng,
  libtiff,
@@ -20,24 +19,21 @@ 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=";
    tag = "Version-${lib.replaceStrings [ "." ] [ "-" ] version}";
    hash = "sha256-ZmHj1BSyoMBCuxI5hrRiBEb5pDUsGzis+T5FSX27UN8=";
  };

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

  nativeBuildInputs = [ cmake ];
  buildInputs = [
    boost
    fftw
    fftwSinglePrec
    hdf5
    ilmbase
    libjpeg
    libpng
    libtiff
+1 −0
Original line number Diff line number Diff line
@@ -10775,6 +10775,7 @@ with pkgs;
  vigra = callPackage ../development/libraries/vigra {
    hdf5 = hdf5.override { usev110Api = true; };
    openexr = openexr_3;
  };
  vte-gtk4 = vte.override {