cbaines pushed a commit to branch master
in repository guix.

commit b2779b9f5cceb26940866d8d182fa5173fbee6eb
Author: Simon South <[email protected]>
AuthorDate: Sun Sep 17 18:12:53 2023 -0400

    gnu: sigrok-firmware-fx2lafw: Explicitly disable tests.
    
    * gnu/packages/electronics.scm (sigrok-firmware-fx2lafw)[arguments]: Add
    with #:tests?.
    
    Signed-off-by: Christopher Baines <[email protected]>
---
 gnu/packages/electronics.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 63ca4ae0f1..2330a5922f 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -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";)

Reply via email to