rename generated gcc/gfortran

This commit is contained in:
Yann Dupont 2021-11-30 14:49:42 +01:00
parent 0c2c76fd3b
commit 8aa9ab825b

View file

@ -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))))