mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
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;
|
||||
};
|
||||
|
||||
vim = callPackage ../applications/editors/vim {
|
||||
# for Objective-C compilation
|
||||
stdenv = if stdenv.isDarwin
|
||||
then clangStdenv
|
||||
else stdenv;
|
||||
};
|
||||
vim = callPackage ../applications/editors/vim { };
|
||||
|
||||
vimWrapper = wrapVim vim;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user