gnu: libcutl: Use GCC 10.

* gnu/packages/cpp.scm (libcutl)[native-inputs]: Add gcc-10.
This commit is contained in:
Ricardo Wurmus 2023-04-08 13:50:07 +02:00
parent d5e3242036
commit e335d055a0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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