gnu: sigrok-firmware-fx2lafw: Adjust format.
* gnu/packages/electronics.scm (sigrok-firmware-fx2lafw): Move build-system above native-inputs. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
5c154cf2f0
commit
4c44f6f08d
1 changed files with 1 additions and 1 deletions
|
@ -132,9 +132,9 @@ to take care of the OS-specific details when writing software that uses serial p
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fyfd82mvrcf55v5a3afq1mh1kfswk4c37qrbln6x92jm3b41x53"))))
|
"0fyfd82mvrcf55v5a3afq1mh1kfswk4c37qrbln6x92jm3b41x53"))))
|
||||||
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sdcc))
|
(list sdcc))
|
||||||
(build-system gnu-build-system)
|
|
||||||
(home-page "https://www.sigrok.org/wiki/Fx2lafw")
|
(home-page "https://www.sigrok.org/wiki/Fx2lafw")
|
||||||
(synopsis "Firmware for Cypress FX2 chips")
|
(synopsis "Firmware for Cypress FX2 chips")
|
||||||
(description "Fx2lafw is free firmware for Cypress FX2 chips which makes them usable
|
(description "Fx2lafw is free firmware for Cypress FX2 chips which makes them usable
|
||||||
|
|
Reference in a new issue