gdcm: switch to new sdk pattern on darwin

This commit is contained in:
Thibault Gagnaux 2024-11-24 20:26:11 +01:00
parent 2d7c55054a
commit 1fb09cba7f
No known key found for this signature in database
GPG Key ID: 44BD0764ACAE8E25
2 changed files with 0 additions and 8 deletions

View File

@ -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 ''

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 { };