diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-06 18:09:46 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-16 10:35:42 +0100 |
| commit | eb2482a352bee8e3b140dd159cf56a86afd3f619 (patch) | |
| tree | 8239611f1219e09edb4d809e11ccf6283817e53e /gnu/packages | |
| parent | 3ffa9e2742ff01b13f643671b37748aaa72e4256 (diff) | |
gnu: libftdi: Fix build on python-3.12.
* gnu/packages/libftdi.scm (libftdi)[native-inputs]: Remove swig-4.0;
add python-setuptools and swig.
Change-Id: Idd7c1c616191778c7176ef50007404d1628c914e
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/libftdi.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/libftdi.scm b/gnu/packages/libftdi.scm index 7583321fd45..c1c26bf7277 100644 --- a/gnu/packages/libftdi.scm +++ b/gnu/packages/libftdi.scm | |||
| @@ -33,6 +33,7 @@ | |||
| 33 | #:use-module (gnu packages libusb) | 33 | #:use-module (gnu packages libusb) |
| 34 | #:use-module (gnu packages pkg-config) | 34 | #:use-module (gnu packages pkg-config) |
| 35 | #:use-module (gnu packages python) | 35 | #:use-module (gnu packages python) |
| 36 | #:use-module (gnu packages python-build) | ||
| 36 | #:use-module (gnu packages swig) | 37 | #:use-module (gnu packages swig) |
| 37 | #:use-module (gnu packages textutils)) | 38 | #:use-module (gnu packages textutils)) |
| 38 | 39 | ||
| @@ -95,7 +96,7 @@ | |||
| 95 | "/html")))))) | 96 | "/html")))))) |
| 96 | #:tests? #f)) ; tests fail without access to USB | 97 | #:tests? #f)) ; tests fail without access to USB |
| 97 | (native-inputs | 98 | (native-inputs |
| 98 | (list doxygen graphviz pkg-config python swig-4.0)) | 99 | (list doxygen graphviz pkg-config python python-setuptools swig)) |
| 99 | (inputs | 100 | (inputs |
| 100 | (list boost libconfuse)) | 101 | (list boost libconfuse)) |
| 101 | (propagated-inputs | 102 | (propagated-inputs |
