mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: rbw: Don't install sources.
* gnu/packages/rust-apps.scm (rbw)[arguments]: Don't install sources. Change-Id: I3c51a83192ebe6e2930b24f73c657f27c02350ca
This commit is contained in:
parent
adb7a27027
commit
d61f7b860d
1 changed files with 2 additions and 1 deletions
|
@ -2008,7 +2008,8 @@ (define-public rbw
|
||||||
(base32 "1p8bzpqgdc20l2vbb80gsb2ri5j16af958bixpnnp73mfvwzxvg1"))))
|
(base32 "1p8bzpqgdc20l2vbb80gsb2ri5j16af958bixpnnp73mfvwzxvg1"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:install-source? #f
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-aes" ,rust-aes-0.8)
|
(("rust-aes" ,rust-aes-0.8)
|
||||||
("rust-anyhow" ,rust-anyhow-1)
|
("rust-anyhow" ,rust-anyhow-1)
|
||||||
("rust-argon2" ,rust-argon2-0.5)
|
("rust-argon2" ,rust-argon2-0.5)
|
||||||
|
|
Loading…
Reference in a new issue