diff --git a/glicid/packages/gcc.scm b/glicid/packages/gcc.scm index 6e2c873..705246d 100644 --- a/glicid/packages/gcc.scm +++ b/glicid/packages/gcc.scm @@ -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))))