summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-01-22 12:45:48 -0600
committerWill Dietz <w@wdtz.org>2018-01-22 12:48:00 -0600
commitf8514573682173267572aea06a019949a0ad8308 (patch)
tree969fd074a568aa944dea5af565c3e3eb2bb63416 /pkgs/applications/editors/vim
parent7490d4d6988ffdc3d201e439127f4757a616670d (diff)
downloadnixlib-f8514573682173267572aea06a019949a0ad8308.tar
nixlib-f8514573682173267572aea06a019949a0ad8308.tar.gz
nixlib-f8514573682173267572aea06a019949a0ad8308.tar.bz2
nixlib-f8514573682173267572aea06a019949a0ad8308.tar.lz
nixlib-f8514573682173267572aea06a019949a0ad8308.tar.xz
nixlib-f8514573682173267572aea06a019949a0ad8308.tar.zst
nixlib-f8514573682173267572aea06a019949a0ad8308.zip
vim: fix for cross, add missing configure test override
This is one of the variables mentioned to set
when cross-compiling:

https://github.com/vim/vim/blob/master/src/INSTALLx.txt
Diffstat (limited to 'pkgs/applications/editors/vim')
-rw-r--r--pkgs/applications/editors/vim/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/default.nix b/pkgs/applications/editors/vim/default.nix
index 2f110749277c..067179974b1e 100644
--- a/pkgs/applications/editors/vim/default.nix
+++ b/pkgs/applications/editors/vim/default.nix
@@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
     "vim_cv_toupper_broken=no"
     "--with-tlib=ncurses"
     "vim_cv_terminfo=yes"
+    "vim_cv_tgetent=zero" # it does on native anyway
     "vim_cv_tty_group=tty"
     "vim_cv_tty_mode=0660"
     "vim_cv_getcwd_broken=no"