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:
Maxim Cournoyer 2023-04-21 08:21:13 -04:00
parent 4065d9dfd5
commit 555e3a951f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

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