gnu: gcc-toolchain: Inherit GCC's search path specifications.
Reported by Federico Beffa <beffa@ieee.org>. * gnu/packages/commencement.scm (gcc-toolchain): Add 'native-search-paths' and 'search-paths' fields.
This commit is contained in:
parent
4720f524fc
commit
d474d5d0c6
|
@ -732,6 +732,10 @@ COREUTILS-FINAL vs. COREUTILS, etc."
|
||||||
(union-build (assoc-ref %outputs "debug")
|
(union-build (assoc-ref %outputs "debug")
|
||||||
(list (assoc-ref %build-inputs
|
(list (assoc-ref %build-inputs
|
||||||
"libc-debug"))))))
|
"libc-debug"))))))
|
||||||
|
|
||||||
|
(native-search-paths (package-native-search-paths gcc))
|
||||||
|
(search-paths (package-search-paths gcc))
|
||||||
|
|
||||||
(license (package-license gcc))
|
(license (package-license gcc))
|
||||||
(synopsis "Complete GCC tool chain for C/C++ development")
|
(synopsis "Complete GCC tool chain for C/C++ development")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue