[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: vim-full: Remove unneeded phase.
From: |
guix-commits |
Subject: |
02/02: gnu: vim-full: Remove unneeded phase. |
Date: |
Wed, 1 Jul 2020 09:06:10 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit aa982985e01efc3b0a477b002d6499ef7fd4d62e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jul 1 14:38:28 2020 +0300
gnu: vim-full: Remove unneeded phase.
* gnu/packages/vim.scm (vim-full)[arguments]: Remove custom
'skip-previewpopup phase.
---
gnu/packages/vim.scm | 7 -------
1 file changed, 7 deletions(-)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 97f1414..25cf578 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -214,13 +214,6 @@ with the editor vim.")))
,@(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.