From a1df0993e769641bc990932253b2c677143c338c Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 9 Oct 2023 11:39:39 -0400 Subject: [PATCH] gnu: make-libstdc++: Import the correct set of modules. * gnu/packages/gcc.scm (make-libstdc++) [arguments] : 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 f35c7566434088b437f435e7c2a50252e5e198c2..9f29397044e5e05f4c4eea94b9a3564d10326542 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -955,7 +955,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")