From cf134ae3894978d68f132477e3cb0731cd8bb090 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 9 Feb 2026 18:13:48 +0100 Subject: [PATCH] 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 --- gnu/packages/radio.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm index 6a3a63aa5c0..364aba57781 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm @@ -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