me
/
guix
Archived
1
0
Fork 0

gnu: zoxide: Don't install the sources.

* gnu/packages/rust-apps.scm (zoxide)[arguments]: Don't install the
sources.

Change-Id: Ib9a3d8cb5d267c063cbb1ec099d6d70ca168e742
Efraim Flashner 2023-11-22 16:26:05 +02:00
parent f284ca9a1b
commit 7103f32aee
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -2631,7 +2631,8 @@ It will then write @code{fixup!} commits for each of those changes.")
(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)