mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: urh: Fix bulid.
* gnu/packages/radio.scm (urh)[native-inputs]: Remove python-cython and python-wheel; add python-cython-0 and python-setuptools. Change-Id: Ib3420be4077c9f86843e3ba3feb05cb95e80d727
This commit is contained in:
parent
9475458885
commit
95a25effe8
1 changed files with 2 additions and 2 deletions
|
|
@ -3367,9 +3367,9 @@ of devices than RTL-SDR.")
|
|||
(setenv "DISPLAY" ":0")
|
||||
(setenv "HOME" "/tmp"))))))
|
||||
(native-inputs
|
||||
(list python-cython
|
||||
(list python-cython-0
|
||||
python-pytest
|
||||
python-wheel
|
||||
python-setuptools
|
||||
xorg-server-for-tests))
|
||||
(inputs
|
||||
(list airspy
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue