diff options
| -rw-r--r-- | gnu/packages/radio.scm | 3 |
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. |
