gnu: zoxide: Don't install the sources.
* gnu/packages/rust-apps.scm (zoxide)[arguments]: Don't install the sources. Change-Id: Ib9a3d8cb5d267c063cbb1ec099d6d70ca168e742
parent
f284ca9a1b
commit
7103f32aee
|
@ -2631,7 +2631,8 @@ It will then write @code{fixup!} commits for each of those changes.")
|
||||||
(base32 "0y5v2vgl9f3n0n0w4b3iddbfyxv0hls0vw5406ry0hcvnnjyy2l3"))))
|
(base32 "0y5v2vgl9f3n0n0w4b3iddbfyxv0hls0vw5406ry0hcvnnjyy2l3"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:cargo-inputs
|
(list #:install-source? #f
|
||||||
|
#:cargo-inputs
|
||||||
`(("rust-anyhow" ,rust-anyhow-1)
|
`(("rust-anyhow" ,rust-anyhow-1)
|
||||||
("rust-askama" ,rust-askama-0.11)
|
("rust-askama" ,rust-askama-0.11)
|
||||||
("rust-bincode" ,rust-bincode-1)
|
("rust-bincode" ,rust-bincode-1)
|
||||||
|
|
Reference in New Issue