mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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.
This commit is contained in:
@@ -64,7 +64,7 @@ to NAME and VERSION."
|
||||
#: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 @@ to NAME and VERSION."
|
||||
source))
|
||||
#:system ,system
|
||||
#:test-target ,test-target
|
||||
#:cargo-build-flags ,cargo-build-flags
|
||||
#:tests? ,tests?
|
||||
#:phases ,phases
|
||||
#:outputs %outputs
|
||||
|
||||
Reference in New Issue
Block a user