guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: opensp: Fix build.


From: guix-commits
Subject: 01/02: gnu: opensp: Fix build.
Date: Fri, 21 Apr 2023 08:41:19 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 555e3a951f787ba22795c3c84186df13430eab0d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Apr 21 08:21:13 2023 -0400

    gnu: opensp: Fix build.
    
    This is a follow up commit to b84d0b81b2.
    
    * gnu/packages/xml.scm (opensp) [arguments]: Properly quote.
---
 gnu/packages/xml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index e9e48d01a7..2bc4f66c01 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1757,7 +1757,7 @@ modular implementation of XML-RPC for C and C++.")
 
       ;; Skip the tests that are known to fail (see:
       ;; https://sourceforge.net/p/openjade/mailman/message/6182316/)
-      #:make-flags '("TESTS_THAT_FAIL=")
+      #:make-flags #~(list "TESTS_THAT_FAIL=")
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'delete-configure



reply via email to

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