Skip to content
Snippets Groups Projects
Unverified Commit aa982985 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: vim-full: Remove unneeded phase.

* gnu/packages/vim.scm (vim-full)[arguments]: Remove custom
'skip-previewpopup phase.
parent 4e133f4f
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment