summaryrefslogtreecommitdiff
path: root/gnu/packages/embedded.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-13 00:19:43 +0100
committerMaxim Cournoyer <maxim@guixotic.coop>2026-08-19 08:31:56 +0900
commitaeb265f1f9b2266aedf9b0ba0166cc0de2e0b577 (patch)
treea6090a331e440cf911cfc03873b2c6fa163f57dd /gnu/packages/embedded.scm
parentb92bb40b16f3936e39b53dfefaddc9bb1f94096d (diff)
gnu: maturin: Move to (gnu packages build-tools).
Authors were parsed from git history with the following command: git log --all --grep="maturin:" \ --pretty=format:";;; Copyright © %as %aN <%aE>" * gnu/packages/rust-apps.scm (vtracer, uv)[native-inputs]: Replace maturing with (@ (gnu packages build-tools) maturin). (maturing): Deprecate variable and move from here ... * gnu/packages/build-tools.scm: ... to here. * gnu/packages/embedded.scm: Replace rust-apps with build-tools module. * gnu/packages/python-crypto.scm: Likewise. * gnu/packages/python-web.scm: Likewise. * gnu/packages/time.scm: Likewise. * gnu/packages/machine-learning.scm: Remove rust-apps module. * gnu/packages/python-compression.scm: Likewise. * gnu/packages/python-science.scm: Likewise. * gnu/packages/python-xyz.scm: Likewise. Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Diffstat (limited to 'gnu/packages/embedded.scm')
-rw-r--r--gnu/packages/embedded.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index d57d25191cc..d163ac5a57f 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -54,6 +54,7 @@
54 #:use-module (gnu packages base) 54 #:use-module (gnu packages base)
55 #:use-module (gnu packages bison) 55 #:use-module (gnu packages bison)
56 #:use-module (gnu packages boost) 56 #:use-module (gnu packages boost)
57 #:use-module (gnu packages build-tools)
57 #:use-module (gnu packages check) 58 #:use-module (gnu packages check)
58 #:use-module (gnu packages compression) 59 #:use-module (gnu packages compression)
59 #:use-module (gnu packages cross-base) 60 #:use-module (gnu packages cross-base)
@@ -79,7 +80,6 @@
79 #:use-module (gnu packages qt) 80 #:use-module (gnu packages qt)
80 #:use-module (gnu packages readline) 81 #:use-module (gnu packages readline)
81 #:use-module (gnu packages rust) 82 #:use-module (gnu packages rust)
82 #:use-module (gnu packages rust-apps)
83 #:use-module (gnu packages swig) 83 #:use-module (gnu packages swig)
84 #:use-module (gnu packages texinfo) 84 #:use-module (gnu packages texinfo)
85 #:use-module (gnu packages tls) 85 #:use-module (gnu packages tls)
@@ -1409,7 +1409,7 @@ hardware. The utility support USB and UART as serial link.")
1409 python-pyyaml)) 1409 python-pyyaml))
1410 (native-inputs 1410 (native-inputs
1411 (append 1411 (append
1412 (list maturin ;TODO: Move to build-tools module someday 1412 (list maturin
1413 python-wrapper 1413 python-wrapper
1414 python-jinja2 1414 python-jinja2
1415 python-pytest 1415 python-pytest