diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-23 15:34:19 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:37:00 +0100 |
| commit | 95a25effe87dfa2299999d42e957d7bc2fa93d17 (patch) | |
| tree | 437a0d252b6656303fe6d2b057e2cdbd12c23024 /gnu/packages | |
| parent | 94754588855782ce8a121dc6d3a3635d5e04bb58 (diff) | |
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
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/radio.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm index 0f78f2e26b0..e846ce973d4 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm | |||
| @@ -3367,9 +3367,9 @@ of devices than RTL-SDR.") | |||
| 3367 | (setenv "DISPLAY" ":0") | 3367 | (setenv "DISPLAY" ":0") |
| 3368 | (setenv "HOME" "/tmp")))))) | 3368 | (setenv "HOME" "/tmp")))))) |
| 3369 | (native-inputs | 3369 | (native-inputs |
| 3370 | (list python-cython | 3370 | (list python-cython-0 |
| 3371 | python-pytest | 3371 | python-pytest |
| 3372 | python-wheel | 3372 | python-setuptools |
| 3373 | xorg-server-for-tests)) | 3373 | xorg-server-for-tests)) |
| 3374 | (inputs | 3374 | (inputs |
| 3375 | (list airspy | 3375 | (list airspy |
