mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cli: Use GCC 10.
* gnu/packages/cpp.scm (cli)[native-inputs]: Add gcc-10.
This commit is contained in:
parent
531a44dec4
commit
53855bf71d
1 changed files with 1 additions and 1 deletions
|
@ -1736,7 +1736,7 @@ and a traversal mechanism.")
|
||||||
(string-append "edge_dispatcher::" all)))))
|
(string-append "edge_dispatcher::" all)))))
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list build))
|
(list build gcc-10))
|
||||||
(inputs
|
(inputs
|
||||||
(list libcutl))
|
(list libcutl))
|
||||||
(synopsis "C++ Command Line Interface (CLI) definition language")
|
(synopsis "C++ Command Line Interface (CLI) definition language")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue