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:
Ricardo Wurmus 2023-04-25 12:19:23 +02:00
parent b9162199b3
commit f69f346289
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -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)))))