guix-commits
[Top][All Lists]
Advanced

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

22/26: gnu: xsd: Build with GCC 10.


From: guix-commits
Subject: 22/26: gnu: xsd: Build with GCC 10.
Date: Sun, 9 Apr 2023 05:06:38 -0400 (EDT)

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

commit 4bb0ea75075bfe7b62133a6ec40acc2b6f165f1b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Apr 8 14:55:18 2023 +0200

    gnu: xsd: Build with GCC 10.
    
    * gnu/packages/cpp.scm (xsd)[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 6b90651dde..6b76b6f2b8 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1779,7 +1779,7 @@ documentation.")
                                                     ,version)))))
                   (delete 'configure))))
     (native-inputs
-     (list build cli))
+     (list build cli gcc-10))
     (inputs
      (list libcutl libnsl libxsd-frontend))
     (propagated-inputs



reply via email to

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