mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
rename generated gcc/gfortran
This commit is contained in:
parent
0c2c76fd3b
commit
8aa9ab825b
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
||||||
#:key (separate-lib-output? #t))
|
#:key (separate-lib-output? #t))
|
||||||
"Return a custom version of GCC that supports LANGUAGES. Use SEARCH-PATHS as the 'native-search-paths' field."
|
"Return a custom version of GCC that supports LANGUAGES. Use SEARCH-PATHS as the 'native-search-paths' field."
|
||||||
(package (inherit gcc)
|
(package (inherit gcc)
|
||||||
(name name)
|
(name (string-append name "-upstream" ))
|
||||||
(outputs (if separate-lib-output?
|
(outputs (if separate-lib-output?
|
||||||
(package-outputs gcc)
|
(package-outputs gcc)
|
||||||
(delete "lib" (package-outputs gcc))))
|
(delete "lib" (package-outputs gcc))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue