summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-11-19 10:53:44 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-11-19 10:53:44 +0100
commitf6b39f852e0a9eb35a7434f02e5579c15519c41c (patch)
tree8af93c37d0e1ec97607e92ba1926ce24ed744040 /pkgs/applications/editors/vim
parented9fb90b2855fe09772958494a611248cc23a89c (diff)
parent41d921292e922a6cd1aba64259341c244d4c2cc7 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/editors/vim')
-rw-r--r--pkgs/applications/editors/vim/macvim.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/macvim.nix b/pkgs/applications/editors/vim/macvim.nix
index 043948df7b43..ede12f50feca 100644
--- a/pkgs/applications/editors/vim/macvim.nix
+++ b/pkgs/applications/editors/vim/macvim.nix
@@ -76,6 +76,7 @@ stdenv.mkDerivation {
"--with-tclsh=${tcl}/bin/tclsh"
"--with-tlib=ncurses"
"--with-compiledby=Nix"
+ "LDFLAGS=-headerpad_max_install_names"
];
makeFlags = ''PREFIX=$(out) CPPFLAGS="-Wno-error"'';