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
@ -742,8 +742,8 @@ with a layered architecture of JTAG interface and TAP support.")
|
||||
(add-after 'unpack 'chdir
|
||||
(lambda _ (chdir "gcc")))))))
|
||||
(native-inputs
|
||||
`(("gcc-4" ,gcc-4.9)
|
||||
,@(package-native-inputs propeller-gcc-6)))
|
||||
(modify-inputs (package-native-inputs propeller-gcc-6)
|
||||
(prepend gcc-4.9)))
|
||||
(home-page "https://github.com/parallaxinc/propgcc")
|
||||
(supported-systems (delete "aarch64-linux" %supported-systems)))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user