mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: vim: Update to 8.2.3487.
* gnu/packages/vim.scm (vim): Update to 8.2.3487. [arguments]: Adjust custom 'patch-absolute-paths phase to add new substitution. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
8eb1d71449
commit
dfdd98c4d8
1 changed files with 3 additions and 2 deletions
|
@ -73,7 +73,7 @@
|
||||||
(define-public vim
|
(define-public vim
|
||||||
(package
|
(package
|
||||||
(name "vim")
|
(name "vim")
|
||||||
(version "8.2.2689")
|
(version "8.2.3487")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l0hkr8cw7fdsfc5zzcxx3q1wmv9k3hrgalvffq0l69lviqdgh0p"))))
|
"1s09jvr1vv9zjk352vbfidfy5fidbf83kz2vk0kk6zv24j1yck24"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
|
@ -98,6 +98,7 @@
|
||||||
(substitute* '("src/testdir/Makefile"
|
(substitute* '("src/testdir/Makefile"
|
||||||
"src/testdir/test_normal.vim"
|
"src/testdir/test_normal.vim"
|
||||||
"src/testdir/test_popupwin.vim"
|
"src/testdir/test_popupwin.vim"
|
||||||
|
"src/testdir/test_shell.vim"
|
||||||
"src/testdir/test_system.vim"
|
"src/testdir/test_system.vim"
|
||||||
"src/testdir/test_terminal.vim"
|
"src/testdir/test_terminal.vim"
|
||||||
"src/testdir/test_terminal2.vim")
|
"src/testdir/test_terminal2.vim")
|
||||||
|
|
Loading…
Add table
Reference in a new issue