mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cross-gcc-toolchain: Add native-search-paths.
* gnu/packages/cross-base.scm (cross-gcc-toolchain): Add native-search-paths. Change-Id: Ib4cc510fde71b8d3140e1001c3931f74300da8a0 Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
ba53ff9cc4
commit
f484aea2e8
1 changed files with 1 additions and 0 deletions
|
@ -815,6 +815,7 @@ with XBINUTILS, XGCC and LIBC (if exists for TARGET)."
|
|||
(((names . directory) ...)
|
||||
(union-build #$output directory))))))
|
||||
(inputs `(,xbinutils ,xgcc ,@(if libc (list libc) '())))
|
||||
(native-search-paths (package-search-paths xgcc))
|
||||
(home-page (package-home-page xgcc))
|
||||
(synopsis
|
||||
(format #f "Complete GCC tool chain for C/C++ development (~a)" target))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue