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
(search-paths (package-native-search-paths gcc))
#: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)
(name name)
(outputs (if separate-lib-output?