about summary refs log tree commit diff
diff options
context:
space:
mode:
authorarcnmx <arcnmx@users.noreply.github.com>2021-09-17 22:28:39 -0700
committerarcnmx <arcnmx@users.noreply.github.com>2021-09-17 22:50:45 -0700
commitcade060da3482363560d6890efd1c9e2fcc54beb (patch)
tree74151e4a10f7c854b2af16df41390242f47c97bb
parentf12fb7a7d2018fea693e765f1ba2eed585edc43e (diff)
vim: remove unneeded cross flag
> This doesn't seem to be needed for recent autoconf
-rw-r--r--pkgs/applications/editors/vim/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/editors/vim/default.nix b/pkgs/applications/editors/vim/default.nix
index 2cda81c2588ae..d8167f6098791 100644
--- a/pkgs/applications/editors/vim/default.nix
+++ b/pkgs/applications/editors/vim/default.nix
@@ -33,8 +33,6 @@ stdenv.mkDerivation {
     "vim_cv_tty_mode=0660"
     "vim_cv_getcwd_broken=no"
     "vim_cv_stat_ignores_slash=yes"
-    "ac_cv_sizeof_int=4"
-    "vim_cv_memmove_handles_overlap=yes"
     "vim_cv_memmove_handles_overlap=yes"
   ];