1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: vim: Update to 9.1.0889.

* gnu/packages/vim.scm (vim): Update to 9.1.0889.
[arguments]: Adjust the custom 'skip-or-fix-failing-tests to skip
another test.

Change-Id: I82806677bd9e33c6e683e3befb563631b4947cbe
This commit is contained in:
Efraim Flashner
2024-11-27 18:14:28 +02:00
parent c6d15cf27a
commit 050407b473

View File

@@ -86,7 +86,7 @@
(define-public vim
(package
(name "vim")
(version "9.1.0744")
(version "9.1.0889")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -95,7 +95,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"0izx8ckjbpavp3bpw7lzdga5mmpcdssvzhlnz18n4bfzpfhg5knr"))))
"1ma8g9zqqbr7pkwkb9zl62n80av18cb7yswq51fciwq3gb2hww5m"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"
@@ -134,6 +134,10 @@
(substitute* "src/testdir/test_writefile.vim"
(("!has\\('bsd'\\)") "0")))
;; These tests crash the build environment.
(substitute* "src/testdir/Make_all.mak"
((".*test_glvs.*") ""))
;; These tests check how the terminal looks after executing some
;; actions. The path of the bash binary is shown, which results in
;; a difference being detected. Patching the expected result is