mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: opensp: Fix build.
This is a follow up commit to b84d0b81b2
.
* gnu/packages/xml.scm (opensp) [arguments]: Properly quote.
This commit is contained in:
parent
4065d9dfd5
commit
555e3a951f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue