This commit is contained in:
Yann Dupont 2021-05-02 21:55:13 +02:00
parent 8a6c734ca1
commit 8bdf8c5116

View file

@ -62,8 +62,7 @@
#:optional #:optional
(search-paths (package-native-search-paths gcc)) (search-paths (package-native-search-paths gcc))
#:key (separate-lib-output? #t)) #:key (separate-lib-output? #t))
"Return a custom version of GCC that supports LANGUAGES. Use SEARCH-PATHS "Return a custom version of GCC that supports LANGUAGES. Use SEARCH-PATHS as the 'native-search-paths' field."
as the 'native-search-paths' field."
(package (inherit gcc) (package (inherit gcc)
(name name) (name name)
(outputs (if separate-lib-output? (outputs (if separate-lib-output?