vim: no longer need to use clangStdenv on darwin
This commit is contained in:
parent
0392293f2e
commit
c0e26205f3
@ -9570,12 +9570,7 @@ let
|
|||||||
flup = pythonPackages.flup;
|
flup = pythonPackages.flup;
|
||||||
};
|
};
|
||||||
|
|
||||||
vim = callPackage ../applications/editors/vim {
|
vim = callPackage ../applications/editors/vim { };
|
||||||
# for Objective-C compilation
|
|
||||||
stdenv = if stdenv.isDarwin
|
|
||||||
then clangStdenv
|
|
||||||
else stdenv;
|
|
||||||
};
|
|
||||||
|
|
||||||
vimWrapper = wrapVim vim;
|
vimWrapper = wrapVim vim;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user