Skip to content

Commit

Permalink
gdcm: switch to new sdk pattern on darwin and fixes build (#358792)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Nov 27, 2024
2 parents 4e92718 + 1fb09cb commit 4a60dea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions pkgs/development/libraries/gdcm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
, cmake
, enableVTK ? true
, vtk
, ApplicationServices
, Cocoa
, DarwinTools # sw_vers
, libiconv
, enablePython ? false
, python ? null
, swig
Expand Down Expand Up @@ -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 ''
Expand Down
1 change: 0 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9235,7 +9235,6 @@ with pkgs;

gdcm = callPackage ../development/libraries/gdcm {
inherit (darwin) DarwinTools;
inherit (darwin.apple_sdk.frameworks) ApplicationServices Cocoa;
};

givaro = callPackage ../development/libraries/givaro { };
Expand Down

0 comments on commit 4a60dea

Please sign in to comment.