mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: vim-full: Remove unneeded phase.
* gnu/packages/vim.scm (vim-full)[arguments]: Remove custom 'skip-previewpopup phase.
This commit is contained in:
parent
4e133f4fe4
commit
aa982985e0
1 changed files with 0 additions and 7 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue