guix-commits
[Top][All Lists]
Advanced

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

20/63: gnu: make-libstdc++: Import the correct set of modules.


From: guix-commits
Subject: 20/63: gnu: make-libstdc++: Import the correct set of modules.
Date: Thu, 19 Oct 2023 00:03:57 -0400 (EDT)

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

commit 5456a81994f742a80cb2735b9bec19c6fb6b4992
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Oct 9 11:39:39 2023 -0400

    gnu: make-libstdc++: Import the correct set of modules.
    
    * gnu/packages/gcc.scm (make-libstdc++) [arguments]
    <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules.
    
    Change-Id: I3fe29766f767765e966c189395f618b7779f1e0d
---
 gnu/packages/gcc.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 8fbf83d9a8..0b40688cb2 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -907,7 +907,7 @@ using compilers other than GCC."
       #:out-of-source? #t
       #:modules `((srfi srfi-1)
                   (srfi srfi-26)
-                  ,@%default-gnu-imported-modules)
+                  ,@%default-gnu-modules)
       #:phases
       #~(modify-phases %standard-phases
           #$@(if (version>=? (package-version gcc) "11")



reply via email to

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