gnu: sigrok-firmware-fx2lafw: Explicitly disable tests.
* gnu/packages/electronics.scm (sigrok-firmware-fx2lafw)[arguments]: Add with #:tests?. Signed-off-by: Christopher Baines <mail@cbaines.net>
parent
4c44f6f08d
commit
b2779b9f5c
|
@ -133,6 +133,8 @@ to take care of the OS-specific details when writing software that uses serial p
|
|||
(base32
|
||||
"0fyfd82mvrcf55v5a3afq1mh1kfswk4c37qrbln6x92jm3b41x53"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ; no test suite
|
||||
(native-inputs
|
||||
(list sdcc))
|
||||
(home-page "https://www.sigrok.org/wiki/Fx2lafw")
|
||||
|
|
Reference in New Issue