guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: vim: Fix test_signals test.


From: guix-commits
Subject: 01/02: gnu: vim: Fix test_signals test.
Date: Thu, 11 Feb 2021 04:19:00 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 988ac06ce8cf9b1760094e0e2ff23960355d07eb
Author: John Doe <dftxbs3e@free.fr>
AuthorDate: Mon Dec 28 21:24:15 2020 +0100

    gnu: vim: Fix test_signals test.
    
    * gnu/packages/vim.scm (vim)[arguments]: Add "CFLAGS=-D_REENTRANT" to
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/vim.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 3e120fa..372d470 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -84,6 +84,8 @@
     (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



reply via email to

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