vigra: migrate to by-name, use strictDeps and finalAttrs (#540525)

This commit is contained in:
Yueh-Shun Li
2026-07-19 08:27:01 +00:00
committed by GitHub
2 changed files with 7 additions and 5 deletions

View File

@@ -31,12 +31,18 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-pknZHHIIhjfOxdp+qCOOGvo0W5ByTHXRiIQzzN7Z6M4=";
};
strictDeps = true;
__structuredAttrs = true;
nativeBuildInputs = [ cmake ];
buildInputs = [
boost
fftw
fftwSinglePrec
hdf5
(hdf5.override {
apiVersion = "v110";
})
libjpeg
libpng
libtiff

View File

@@ -6809,10 +6809,6 @@ with pkgs;
inherit (llvmPackages) openmp;
};
vigra = callPackage ../development/libraries/vigra {
hdf5 = hdf5.override { apiVersion = "v110"; };
};
vte-gtk4 = vte.override {
gtkVersion = "4";
};