mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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>
This commit is contained in:
parent
4c44f6f08d
commit
b2779b9f5c
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,8 @@ (define-public sigrok-firmware-fx2lafw
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue