This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7be7319016 gnu: rust-xremap: Add back features argument.
7be7319016 is described below
commit 7be731901638f086d799862a9dd92abaac6d3b9a
Author: John Kehayias <[email protected]>
AuthorDate: Tue Mar 3 02:17:11 2026 -0500
gnu: rust-xremap: Add back features argument.
This is a followup to commit 12a9f53dd2a1f951ef42cfa2bfb4916864f997ad to
restore the dropped #:features argument (otherwise the xremap-* packages
won't
build with their enabled feature).
* gnu/packages/rust-apps.scm (rust-xremap)[arguments]: Add features.
Change-Id: Ia73b57794e35cf54e189c86d2c91147670b2f3e6
---
gnu/packages/rust-apps.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 86cc648c2c..356bb3da03 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -4227,6 +4227,7 @@ and users are in full control of their data and
workflow.")
(build-system cargo-build-system)
(arguments
(list
+ #:features '()
#:install-source? #f
#:modules
'((guix build cargo-build-system)