1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: range-v3: Build with newer gcc.

* gnu/packages/cpp.scm (range-v3)[native-inputs]: Remove gcc-9.

Change-Id: I0411d5db3e3df15c6df0a9a010d311fe1c80015c
This commit is contained in:
Efraim Flashner 2024-01-24 16:01:07 +02:00
parent c3353791a4
commit 3643389ba7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -206,7 +206,7 @@ development effort.")
#:configure-flags #:configure-flags
#~(list "-DRANGES_NATIVE=OFF"))) #~(list "-DRANGES_NATIVE=OFF")))
(native-inputs (native-inputs
(list doxygen gcc-9 perl)) (list doxygen perl))
(inputs (inputs
(list boost)) (list boost))
(synopsis "Range library for C++14/17/20") (synopsis "Range library for C++14/17/20")