mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: libcutl: Use GCC 10.
* gnu/packages/cpp.scm (libcutl)[native-inputs]: Add gcc-10.
This commit is contained in:
parent
d5e3242036
commit
e335d055a0
1 changed files with 2 additions and 0 deletions
|
@ -1642,6 +1642,8 @@ (define-public libcutl
|
|||
(inputs
|
||||
(list ;;("boost ,boost)
|
||||
expat))
|
||||
(native-inputs
|
||||
(list gcc-10)) ;does not build with gcc-12
|
||||
(home-page "https://www.codesynthesis.com/projects/libcutl/")
|
||||
(synopsis "C++ utility library with generic and independent components")
|
||||
(description "libcutl is a C++ utility library. It contains a collection
|
||||
|
|
Loading…
Reference in a new issue