mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
macvim: fix build after Darwin SDK update (#348373)
This commit is contained in:
commit
29b6dbe7ed
@ -94,6 +94,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
cppflags = map (drv: "-isystem ${lib.getDev drv}/include") inputs;
|
||||
in
|
||||
''
|
||||
unset DEVELOPER_DIR # Use the system Xcode not the nixpkgs SDK.
|
||||
|
||||
CC=/usr/bin/clang
|
||||
|
||||
DEV_DIR=$(/usr/bin/xcode-select -print-path)/Platforms/MacOSX.platform/Developer
|
||||
|
Loading…
Reference in New Issue
Block a user