Commit dc2c1730 authored by Alexis Hildebrandt's avatar Alexis Hildebrandt
Browse files

gdcm: improve darwin build

parent bf3faad7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
, vtk
, ApplicationServices
, Cocoa
, DarwinTools # sw_vers
, libiconv
, enablePython ? false
, python ? null
@@ -50,7 +51,7 @@ stdenv.mkDerivation rec {
  nativeBuildInputs = [
    cmake
    pkg-config
  ];
  ] ++ lib.optional stdenv.isDarwin DarwinTools;

  buildInputs = [
    expat
+1 −0
Original line number Diff line number Diff line
@@ -20897,6 +20897,7 @@ with pkgs;
  };
  gdcm = callPackage ../development/libraries/gdcm {
    inherit (darwin) DarwinTools;
    inherit (darwin.apple_sdk.frameworks) ApplicationServices Cocoa;
  };