1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: xsd: Build with default gcc.

* gnu/packages/cpp.scm (xsd)[arguments]: Adjust the make-flags to set
the cxx flags.
[native-inputs]: Remove gcc-10.

Change-Id: Iff6066b72a9a282807d7bf1e0eb8536b83b584d8
This commit is contained in:
Efraim Flashner
2026-03-23 12:21:05 +02:00
parent 39666cd788
commit ab2f15d7a8

View File

@@ -3303,7 +3303,8 @@ documentation.")
(assoc-ref %build-inputs "build")
"/include/")
(string-append "install_prefix="
(assoc-ref %outputs "out")))
(assoc-ref %outputs "out"))
"cxx_options=-std=c++11 -O2 -g")
#:phases (modify-phases %standard-phases
(add-after 'install 'move-doc
(lambda* (#:key outputs #:allow-other-keys)
@@ -3315,7 +3316,7 @@ documentation.")
,version)))))
(delete 'configure))))
(native-inputs
(list build cli gcc-10))
(list build cli))
(inputs
(list libcutl libnsl libxsd-frontend))
(propagated-inputs