me
/
guix
Archived
1
0
Fork 0

gnu: vim: Fix test_signals test.

* gnu/packages/vim.scm (vim)[arguments]: Add "CFLAGS=-D_REENTRANT" to

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
John Doe 2020-12-28 21:24:15 +01:00 committed by 宋文武
parent e429325d37
commit 988ac06ce8
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 0 deletions

View File

@ -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