summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2026-03-23 12:21:05 +0200
committerEfraim Flashner <efraim@flashner.co.il>2026-03-23 13:58:44 +0200
commitab2f15d7a85d41d5167f8521b5ad1dd630f91fcb (patch)
tree1329b3a00e5379f8b4ba8124db53b38b12ac2491 /gnu/packages
parent39666cd7881f8a09ccdc1a6ee683e9bacaf97104 (diff)
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
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/cpp.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 751a8c10f18..860515b865a 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -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