gdcm: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-01-14 18:52:34 +01:00
parent 10faacd9e5
commit cc1fb0558d
5 changed files with 2 additions and 6 deletions
@@ -6,7 +6,7 @@
cmake,
enableVTK ? true,
vtk,
DarwinTools, # sw_vers
darwin, # sw_vers
enablePython ? false,
python ? null,
swig,
@@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
cmake
pkg-config
]
++ lib.optional stdenv.hostPlatform.isDarwin DarwinTools;
++ lib.optional stdenv.hostPlatform.isDarwin darwin.DarwinTools;
buildInputs = [
expat
-4
View File
@@ -6810,10 +6810,6 @@ with pkgs;
useMinimalFeatures = true;
};
gdcm = callPackage ../development/libraries/gdcm {
inherit (darwin) DarwinTools;
};
ghp-import = with python3Packages; toPythonApplication ghp-import;
ghcid = haskellPackages.ghcid.bin;