gnu: python-simplesoapy: Fix build.

* gnu/packages/radio.scm (python-simplesoapy)[arguments]: Disable tests.

Change-Id: I634c83eb36cb7072a18b4555c45db5cf51e062cd
This commit is contained in:
Guillaume Le Vaillant 2025-09-27 15:08:01 +02:00
parent 6c859f10ef
commit ed91db8a8c
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -766,6 +766,8 @@ a local network link.")
python-wheel)) python-wheel))
(propagated-inputs (propagated-inputs
(list python-numpy soapysdr)) (list python-numpy soapysdr))
(arguments
(list #:tests? #f)) ; No tests
(home-page "https://github.com/xmikos/simplesoapy") (home-page "https://github.com/xmikos/simplesoapy")
(synopsis "Python wrapper for SoapySDR") (synopsis "Python wrapper for SoapySDR")
(description (description