mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-simplesoapy: Fix build.
* gnu/packages/radio.scm (python-simplesoapy)[arguments]: Disable tests. Change-Id: I634c83eb36cb7072a18b4555c45db5cf51e062cd
This commit is contained in:
parent
6c859f10ef
commit
ed91db8a8c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue