diff options
| author | John Kehayias <john@guixotic.coop> | 2026-03-03 02:17:11 -0500 |
|---|---|---|
| committer | John Kehayias <john@guixotic.coop> | 2026-03-03 02:17:11 -0500 |
| commit | 7be731901638f086d799862a9dd92abaac6d3b9a (patch) | |
| tree | 81c14b4178718bda33602fdf3c39df90d8483181 /gnu | |
| parent | c087d1d62272d4b2de5bacaa3d0e7366ef6c51db (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/rust-apps.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 86cc648c2ce..356bb3da035 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) |
