From 283f64c9bbf4f775c121f0ee38f914563db9ebdd Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Sat, 27 Sep 2025 15:10:26 +0200 Subject: [PATCH] gnu: qspectrumanalyzer: Fix build. * gnu/packages/radio.scm (qspectrumanalyzer)[arguments]: Disable tests. Change-Id: Ib0d1c87eb12e85a6d2673ebe371a0134eaf88266 --- gnu/packages/radio.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm index c7ca5738294f5e6b900579019d037f24c4151a15..104f56442d884d22957de84f0b3bda7eafbda0a7 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.