gnu: vim-full: Remove unneeded phase.

* gnu/packages/vim.scm (vim-full)[arguments]: Remove custom
'skip-previewpopup phase.
This commit is contained in:
Efraim Flashner 2020-07-01 14:38:28 +03:00
parent 4e133f4fe4
commit aa982985e0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -214,13 +214,6 @@ (define-public vim-full
,@(substitute-keyword-arguments (package-arguments vim)
((#:phases phases)
`(modify-phases ,phases
(add-before 'check 'skip-previewpopup
;; This test fails when the path to the source is long. See:
;; https://github.com/vim/vim/issues/5615
(lambda _
(substitute* "src/testdir/test_popupwin.vim"
((".*Test_previewpopup.*" line)
(string-append line "return\n")))))
(add-before 'check 'skip-test87
;; This test fails for unknown reasons after switching
;; to a git checkout.