guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/26: gnu: libcutl: Use GCC 10.


From: guix-commits
Subject: 10/26: gnu: libcutl: Use GCC 10.
Date: Sun, 9 Apr 2023 05:06:37 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit e335d055a01691d96d26308da47f150368e6c684
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Apr 8 13:50:07 2023 +0200

    gnu: libcutl: Use GCC 10.
    
    * gnu/packages/cpp.scm (libcutl)[native-inputs]: Add gcc-10.
---
 gnu/packages/cpp.scm | 2 ++
 1 file changed, 2 insertions(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]