diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-03-23 12:21:05 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-23 13:58:44 +0200 |
| commit | ab2f15d7a85d41d5167f8521b5ad1dd630f91fcb (patch) | |
| tree | 1329b3a00e5379f8b4ba8124db53b38b12ac2491 /gnu | |
| parent | 39666cd7881f8a09ccdc1a6ee683e9bacaf97104 (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')
| -rw-r--r-- | gnu/packages/cpp.scm | 5 |
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.") | |||
| 3303 | (assoc-ref %build-inputs "build") | 3303 | (assoc-ref %build-inputs "build") |
| 3304 | "/include/") | 3304 | "/include/") |
| 3305 | (string-append "install_prefix=" | 3305 | (string-append "install_prefix=" |
| 3306 | (assoc-ref %outputs "out"))) | 3306 | (assoc-ref %outputs "out")) |
| 3307 | "cxx_options=-std=c++11 -O2 -g") | ||
| 3307 | #:phases (modify-phases %standard-phases | 3308 | #:phases (modify-phases %standard-phases |
| 3308 | (add-after 'install 'move-doc | 3309 | (add-after 'install 'move-doc |
| 3309 | (lambda* (#:key outputs #:allow-other-keys) | 3310 | (lambda* (#:key outputs #:allow-other-keys) |
| @@ -3315,7 +3316,7 @@ documentation.") | |||
| 3315 | ,version))))) | 3316 | ,version))))) |
| 3316 | (delete 'configure)))) | 3317 | (delete 'configure)))) |
| 3317 | (native-inputs | 3318 | (native-inputs |
| 3318 | (list build cli gcc-10)) | 3319 | (list build cli)) |
| 3319 | (inputs | 3320 | (inputs |
| 3320 | (list libcutl libnsl libxsd-frontend)) | 3321 | (list libcutl libnsl libxsd-frontend)) |
| 3321 | (propagated-inputs | 3322 | (propagated-inputs |
