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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user