mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +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))
|
||||
"Return a custom version of GCC that supports LANGUAGES. Use SEARCH-PATHS as the 'native-search-paths' field."
|
||||
(package (inherit gcc)
|
||||
(name name)
|
||||
(name (string-append name "-upstream" ))
|
||||
(outputs (if separate-lib-output?
|
||||
(package-outputs gcc)
|
||||
(delete "lib" (package-outputs gcc))))
|
||||
|
|
Loading…
Add table
Reference in a new issue