From aa982985e01efc3b0a477b002d6499ef7fd4d62e Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 1 Jul 2020 14:38:28 +0300 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index 97f1414d4a..25cf578bb8 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. -- cgit v1.2.3