gnu: vifm: Update to 0.12.1.
* gnu/packages/vim.scm (vifm): Update to 0.12.1. [arguments]: Remove trailing #t from phases.master
parent
70c40c654c
commit
6f2e28f026
|
@ -823,7 +823,7 @@ and support for fonts with ligatures.")
|
||||||
(define-public vifm
|
(define-public vifm
|
||||||
(package
|
(package
|
||||||
(name "vifm")
|
(name "vifm")
|
||||||
(version "0.12")
|
(version "0.12.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -834,7 +834,7 @@ and support for fonts with ligatures.")
|
||||||
"vifm-" version ".tar.bz2")))
|
"vifm-" version ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h5j4y704nciyzg3aaav8sl3r5h9mpwq8f28cj65nnxk6a7n3a9k"))))
|
"122ncp319xisxjxcy33bshjib6905bb0aaz0xjdfkkycplz83qlg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("--disable-build-timestamp")
|
'(#:configure-flags '("--disable-build-timestamp")
|
||||||
|
@ -849,8 +849,7 @@ and support for fonts with ligatures.")
|
||||||
(("/bin/bash") (which "bash")))
|
(("/bin/bash") (which "bash")))
|
||||||
;; This test segfaults
|
;; This test segfaults
|
||||||
(substitute* "tests/Makefile"
|
(substitute* "tests/Makefile"
|
||||||
(("misc") ""))
|
(("misc") ""))))
|
||||||
#t))
|
|
||||||
(add-after 'install 'install-vim-plugin-files
|
(add-after 'install 'install-vim-plugin-files
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
|
@ -861,8 +860,7 @@ and support for fonts with ligatures.")
|
||||||
(copy-recursively (string-append vifm "/vim")
|
(copy-recursively (string-append vifm "/vim")
|
||||||
vimfiles)
|
vimfiles)
|
||||||
(delete-file-recursively (string-append vifm "/colors"))
|
(delete-file-recursively (string-append vifm "/colors"))
|
||||||
(delete-file-recursively (string-append vifm "/vim")))
|
(delete-file-recursively (string-append vifm "/vim"))))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list groff)) ; for the documentation
|
(list groff)) ; for the documentation
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue