vim: 9.0.0057 -> 9.0.0115

includes cross fix

509695c1c3
This commit is contained in:
Artturin 2022-07-30 21:58:59 +03:00 committed by Alyssa Ross
parent 6fde9705e8
commit 2467849361
2 changed files with 3 additions and 2 deletions

View file

@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
version = "9.0.0057";
version = "9.0.0115";
src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
sha256 = "sha256-KEEuWRxattBrOAC0dWnWGRVqyOIEMe34ivMvSeuxKyA";
sha256 = "sha256-McotjgjN+ze1jdaAxkdJGTqIIIuOlHENriHdMrYSf5w=";
};
enableParallelBuilding = true;

View file

@ -31,6 +31,7 @@ stdenv.mkDerivation {
"--with-tlib=ncurses"
"vim_cv_terminfo=yes"
"vim_cv_tgetent=zero" # it does on native anyway
"vim_cv_timer_create=yes"
"vim_cv_tty_group=tty"
"vim_cv_tty_mode=0660"
"vim_cv_getcwd_broken=no"