me
/
guix
Archived
1
0
Fork 0

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>
Simon South 2023-09-17 18:12:53 -04:00 committed by Christopher Baines
parent 4c44f6f08d
commit b2779b9f5c
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 0 deletions
gnu/packages

View File

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