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.
1 files changed, 4 insertions(+), 0 deletions(-) M gnu/packages/commencement.scm
M gnu/packages/commencement.scm => gnu/packages/commencement.scm +4 -0
@@ 732,6 732,10 @@ COREUTILS-FINAL vs. COREUTILS, etc." (union-build (assoc-ref %outputs "debug") (list (assoc-ref %build-inputs "libc-debug")))))) (native-search-paths (package-native-search-paths gcc)) (search-paths (package-search-paths gcc)) (license (package-license gcc)) (synopsis "Complete GCC tool chain for C/C++ development") (description