guix-patches
[Top][All Lists]
Advanced

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

[bug#45513] [PATCH] gnu: vim: Fix test_signals test.


From: John Doe
Subject: [bug#45513] [PATCH] gnu: vim: Fix test_signals test.
Date: Mon, 28 Dec 2020 21:24:15 +0100

* gnu/packages/vim.scm (vim)[arguments]: Add "CFLAGS=-D_REENTRANT" to
  #:make-flags.
---
 gnu/packages/vim.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index da4404e23c..18b2725a60 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
-- 
2.29.2






reply via email to

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