Skip to content
Snippets Groups Projects
Unverified Commit 25fb58a3 authored by Danny Milosavljevic's avatar Danny Milosavljevic
Browse files

build-system/cargo (cargo-build): Add cargo-build-flags, remove configure-flags.

* guix/build-system/cargo.scm (cargo-build): Add cargo-build-flags,
remove configure-flags.
parent 893bc3f4
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ (define* (cargo-build store name inputs
#:key
(tests? #t)
(test-target #f)
(configure-flags #f)
(cargo-build-flags ''("--release"))
(phases '(@ (guix build cargo-build-system)
%standard-phases))
(outputs '("out"))
......@@ -89,6 +89,7 @@ (define builder
source))
#:system ,system
#:test-target ,test-target
#:cargo-build-flags ,cargo-build-flags
#:tests? ,tests?
#:phases ,phases
#:outputs %outputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment