diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-08 13:50:07 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-08 20:05:05 +0200 |
commit | e335d055a01691d96d26308da47f150368e6c684 (patch) | |
tree | 87dd51d23b953c4e3a555e35f430102b69a83493 | |
parent | d5e32420365204e3037aeb023e60602d9ad79454 (diff) | |
download | guix-e335d055a01691d96d26308da47f150368e6c684.tar.gz |
gnu: libcutl: Use GCC 10.
* gnu/packages/cpp.scm (libcutl)[native-inputs]: Add gcc-10.
-rw-r--r-- | gnu/packages/cpp.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 1f65b4cdb2..e34ef96f0b 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1642,6 +1642,8 @@ almost every type of file containing key/value pairs.") (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 |