guix-commits
[Top][All Lists]
Advanced

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

20/26: gnu: cli: Use GCC 10.


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

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

commit 53855bf71daca2bc343c14b3139a7167b68d332e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Apr 8 14:50:40 2023 +0200

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

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index e34ef96f0b..5b2919c4ab 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -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")



reply via email to

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