Archived
1
0
Fork 0

gnu: vim: Update to 8.2.1900.

* gnu/packages/vim.scm (vim): Update to 8.2.1900.
[arguments]: Remove 'fix-installman phase.
This commit is contained in:
Efraim Flashner 2020-10-25 15:33:37 +02:00
parent a95057ccee
commit 2513e46440
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -70,7 +70,7 @@
(define-public vim (define-public vim
(package (package
(name "vim") (name "vim")
(version "8.2.1864") (version "8.2.1900")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -79,18 +79,13 @@
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"08pczy191gac9z8kv6z1yz55var2sqf8p55afxq467k9czpdzclz")))) "0fr11sl8xm08jy63f20370q5ipkccpc45d6adq4fp08f845vs05s"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:test-target "test" `(#:test-target "test"
#:parallel-tests? #f #:parallel-tests? #f
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'patch-source-shebangs 'fix-installman
(lambda _
(substitute* "src/installman.sh"
((" /bin/sh") (which "sh")))
#t))
(add-after 'configure 'patch-absolute-paths (add-after 'configure 'patch-absolute-paths
(lambda _ (lambda _
(substitute* "runtime/tools/mve.awk" (substitute* "runtime/tools/mve.awk"