1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: rust-xremap: Fix broken build.

Fixes https://codeberg.org/guix/guix/issues/6885

* gnu/packages/rust-app.scm (rust-xremap)[arguments]<#:features>:
Use '(list) to represent empty list instead of '().

Change-Id: I97c88535c90d54491dcf9bba4d70da6c6d57b0db
Signed-off-by: John Kehayias <john@guixotic.coop>
This commit is contained in:
Zhu Zihao
2026-03-04 22:57:21 +08:00
committed by John Kehayias
parent 22ae76cfce
commit 53306de04b

View File

@@ -4274,7 +4274,7 @@ and users are in full control of their data and workflow.")
(build-system cargo-build-system)
(arguments
(list
#:features '()
#:features '(list)
#:install-source? #f
#:modules
'((guix build cargo-build-system)