diff options
| author | Guillaume Le Vaillant <glv@posteo.net> | 2025-09-27 15:08:01 +0200 |
|---|---|---|
| committer | Guillaume Le Vaillant <glv@posteo.net> | 2025-09-27 15:08:01 +0200 |
| commit | ed91db8a8c551a4ed63c853cbdaa6d406de28c02 (patch) | |
| tree | 847a917491a556ef34fd71b423e65fa6cf5d835f | |
| parent | 6c859f10ef744fc770429dc63e12a7fc41c3da76 (diff) | |
gnu: python-simplesoapy: Fix build.
* gnu/packages/radio.scm (python-simplesoapy)[arguments]: Disable tests.
Change-Id: I634c83eb36cb7072a18b4555c45db5cf51e062cd
| -rw-r--r-- | gnu/packages/radio.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm index e846ce973d..c7ca573829 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm @@ -766,6 +766,8 @@ a local network link.") python-wheel)) (propagated-inputs (list python-numpy soapysdr)) + (arguments + (list #:tests? #f)) ; No tests (home-page "https://github.com/xmikos/simplesoapy") (synopsis "Python wrapper for SoapySDR") (description |
