mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00: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