1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +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

View File

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