guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: vim: Remove unneeded make-flag.


From: guix-commits
Subject: 02/03: gnu: vim: Remove unneeded make-flag.
Date: Sun, 9 Jan 2022 07:44:19 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit b168c9f441d13718446fecee02205a7167cb43cc
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 9 10:58:54 2022 +0200

    gnu: vim: Remove unneeded make-flag.
    
    Upstream reports this fixed with 8.2.3406.
    
    * gnu/packages/vim.scm (vim)[arguments]: Remove make-flags.
    (vim-full)[arguments]: Adjust accordingly.
---
 gnu/packages/vim.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 911affed5d..ed2e391c19 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -89,8 +89,6 @@
     (arguments
      `(#:test-target "test"
        #:parallel-tests? #f
-       ;; Fix test_signals.vim. https://github.com/vim/vim/issues/7402
-       #:make-flags (list "CFLAGS=-D_REENTRANT")
        #:phases
        (modify-phases %standard-phases
          (add-after 'configure 'patch-absolute-paths
@@ -225,7 +223,7 @@ with the editor vim.")))
            ((#:make-flags flags)
             `(append
               (list "LDFLAGS=-lexpat")
-              (delete "CFLAGS=-D_REENTRANT" ,flags)))
+              ,flags))
            ((#:phases phases)
             `(modify-phases ,phases
                (add-before 'check 'start-xserver



reply via email to

[Prev in Thread] Current Thread [Next in Thread]