gdcm: switch to new sdk pattern on darwin

This commit is contained in:
Thibault Gagnaux
2024-11-26 08:37:58 +01:00
parent 2d7c55054a
commit 1fb09cba7f
2 changed files with 0 additions and 8 deletions
@@ -4,10 +4,7 @@
, cmake
, enableVTK ? true
, vtk
, ApplicationServices
, Cocoa
, DarwinTools # sw_vers
, libiconv
, enablePython ? false
, python ? null
, swig
@@ -60,10 +57,6 @@ stdenv.mkDerivation rec {
zlib
] ++ lib.optionals enableVTK [
vtk
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
ApplicationServices
Cocoa
libiconv
] ++ lib.optionals enablePython [ swig python ];
postInstall = lib.optionalString enablePython ''
-1
View File
@@ -9253,7 +9253,6 @@ with pkgs;
gdcm = callPackage ../development/libraries/gdcm {
inherit (darwin) DarwinTools;
inherit (darwin.apple_sdk.frameworks) ApplicationServices Cocoa;
};
givaro = callPackage ../development/libraries/givaro { };