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 @@ (define-public range-v3
#: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")