1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-20 16:15:54 +02:00

gnu: libiio: Fix package build under python-3.12.

* gnu/packages/radio.scm (libiio)
[native-inputs]: Add python-setuptools.
[license]: Relocate field.

Change-Id: Ief3c5f10b0744e4121b8b9297382d2d2d6598277
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-02-09 18:13:48 +01:00
committed by Sharlatan Hellseher
parent a0cd26b9b6
commit cf134ae389
+4 -4
View File
@@ -282,15 +282,14 @@ used as a drop-in substitute for @code{libfec}.")
(list pkg-config
flex
bison
python))
python
python-setuptools))
(inputs
(list avahi
libaio
libxml2
libusb))
(build-system cmake-build-system)
(license (list license:lgpl2.1
license:gpl2))
(home-page "https://github.com/analogdevicesinc/libiio")
(synopsis "Library for interfacing with Linux IIO devices")
(description
@@ -304,7 +303,8 @@ DDS (Direct Digital Synthesis), PLLs (Phase Locked Loops),
Variable/Programmable Gain Amplifiers (VGA, PGA), and RF transceivers. You can
use libiio natively on an embedded Linux target (local mode), or use libiio to
communicate remotely to that same target from a host Linux, Windows or MAC
over USB or Ethernet or Serial.")))
over USB or Ethernet or Serial.")
(license (list license:lgpl2.1 license:gpl2))))
(define-public libad9361
(package