gnu: gcc-4.8: Import the correct set of modules.

* gnu/packages/gcc.scm (gcc-4.8) [arguments]
<modules>: Replace %default-gnu-imported-modules with %default-gnu-modules.

Change-Id: I8482661bd49a94adefc772fda0449023bdd5927e
This commit is contained in:
Maxim Cournoyer 2023-10-09 11:38:59 -04:00 committed by Ludovic Courtès
parent 60feaf3390
commit cce76558a3
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -420,7 +420,7 @@ Go. It also includes runtime support libraries for these languages.")
;; For native builds of some GCC versions the C++ include path needs to
;; be adjusted so it does not interfere with GCC's own build processes.
(substitute-keyword-arguments (package-arguments parent)
((#:modules modules %default-gnu-imported-modules)
((#:modules modules %default-gnu-modules)
`((srfi srfi-1)
,@modules))
((#:phases phases)