mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05: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:
parent
c3353791a4
commit
3643389ba7
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue