mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: arm-none-eabi-toolchain: Fix compilation.
* gnu/packages/embedded.scm (gcc-arm-none-eabi-7-2018-q2-update) [native-inputs]: Remove gcc-5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
076fd4e791
commit
840d7034ec
1 changed files with 1 additions and 2 deletions
|
@ -251,8 +251,7 @@ (define-public gcc-arm-none-eabi-7-2018-q2-update
|
|||
(origin-patches (package-source gcc-7))
|
||||
(search-patches "gcc-7-cross-environment-variables.patch")))))
|
||||
(native-inputs
|
||||
`(("gcc@5" ,gcc-5)
|
||||
("flex" ,flex)
|
||||
`(("flex" ,flex)
|
||||
("isl" ,isl-0.18)
|
||||
,@(alist-delete "isl" (package-native-inputs xgcc))))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue