summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2025-09-27 15:10:26 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2025-09-27 15:10:26 +0200
commit283f64c9bbf4f775c121f0ee38f914563db9ebdd (patch)
tree10ece3d47110be3a45e79e840facfb32328dc552
parented91db8a8c551a4ed63c853cbdaa6d406de28c02 (diff)
gnu: qspectrumanalyzer: Fix build.
* gnu/packages/radio.scm (qspectrumanalyzer)[arguments]: Disable tests. Change-Id: Ib0d1c87eb12e85a6d2673ebe371a0134eaf88266
-rw-r--r--gnu/packages/radio.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index c7ca573829..104f56442d 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -822,7 +822,8 @@ devices that are supported by the SoapySDR library.")
python-simplesoapy
soapy-power))
(arguments
- (list #:phases
+ (list #:tests? #f ; No tests
+ #:phases
#~(modify-phases %standard-phases
(add-after 'install 'wrap-path
;; Add the location of the default backend to PATH.