mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: zoxide: Don't install the sources.
* gnu/packages/rust-apps.scm (zoxide)[arguments]: Don't install the sources. Change-Id: Ib9a3d8cb5d267c063cbb1ec099d6d70ca168e742
This commit is contained in:
parent
f284ca9a1b
commit
7103f32aee
1 changed files with 2 additions and 1 deletions
|
@ -2631,7 +2631,8 @@ (define-public zoxide
|
|||
(base32 "0y5v2vgl9f3n0n0w4b3iddbfyxv0hls0vw5406ry0hcvnnjyy2l3"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
(list #:cargo-inputs
|
||||
(list #:install-source? #f
|
||||
#:cargo-inputs
|
||||
`(("rust-anyhow" ,rust-anyhow-1)
|
||||
("rust-askama" ,rust-askama-0.11)
|
||||
("rust-bincode" ,rust-bincode-1)
|
||||
|
|
Loading…
Reference in a new issue