gnu: propeller-gcc-4: Use MODIFY-INPUTS.
* gnu/packages/embedded.scm (propeller-gcc-4)[native-inputs]: Use MODIFY-INPUTS and drop package label.
This commit is contained in:
parent
b9162199b3
commit
f69f346289
1 changed files with 2 additions and 2 deletions
|
@ -742,8 +742,8 @@ with a layered architecture of JTAG interface and TAP support.")
|
||||||
(add-after 'unpack 'chdir
|
(add-after 'unpack 'chdir
|
||||||
(lambda _ (chdir "gcc")))))))
|
(lambda _ (chdir "gcc")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gcc-4" ,gcc-4.9)
|
(modify-inputs (package-native-inputs propeller-gcc-6)
|
||||||
,@(package-native-inputs propeller-gcc-6)))
|
(prepend gcc-4.9)))
|
||||||
(home-page "https://github.com/parallaxinc/propgcc")
|
(home-page "https://github.com/parallaxinc/propgcc")
|
||||||
(supported-systems (delete "aarch64-linux" %supported-systems)))))
|
(supported-systems (delete "aarch64-linux" %supported-systems)))))
|
||||||
|
|
||||||
|
|
Reference in a new issue