···19 ''
20 # need headers from the Carbon.framework in /System/Library/Frameworks to
21 # compile this on darwin -- not sure how to handle
22- NIX_CFLAGS_COMPILE+=" -I$xcodePath/System/Library/Frameworks/Carbon.framework/Versions/A/Headers"
2324 substituteInPlace examples/Makefile --replace "-fpascal-strings" ""
25 '';
···19 ''
20 # need headers from the Carbon.framework in /System/Library/Frameworks to
21 # compile this on darwin -- not sure how to handle
22+ NIX_CFLAGS_COMPILE+=" -I$SDKROOT/System/Library/Frameworks/Carbon.framework/Versions/A/Headers"
2324 substituteInPlace examples/Makefile --replace "-fpascal-strings" ""
25 '';
+1-1
pkgs/development/libraries/libsndfile/default.nix
···14 # compile this on darwin -- not sure how to handle
15 preConfigure = stdenv.lib.optionalString stdenv.isDarwin
16 ''
17- NIX_CFLAGS_COMPILE+=" -I$xcodePath/System/Library/Frameworks/Carbon.framework/Versions/A/Headers"
18 '';
1920 # Needed on Darwin.
···14 # compile this on darwin -- not sure how to handle
15 preConfigure = stdenv.lib.optionalString stdenv.isDarwin
16 ''
17+ NIX_CFLAGS_COMPILE+=" -I$SDKROOT/System/Library/Frameworks/Carbon.framework/Versions/A/Headers"
18 '';
1920 # Needed on Darwin.