me
/
guix
Archived
1
0
Fork 0

gnu: cli: Use GCC 10.

* gnu/packages/cpp.scm (cli)[native-inputs]: Add gcc-10.
master
Ricardo Wurmus 2023-04-08 14:50:40 +02:00
parent 531a44dec4
commit 53855bf71d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -1736,7 +1736,7 @@ and a traversal mechanism.")
(string-append "edge_dispatcher::" all)))))
(delete 'configure))))
(native-inputs
(list build))
(list build gcc-10))
(inputs
(list libcutl))
(synopsis "C++ Command Line Interface (CLI) definition language")