gnu: swayhide: Don't install sources.

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

Change-Id: Icad4143c2d5617abb458726d94f6a827a8e214d2
This commit is contained in:
Efraim Flashner 2024-09-22 13:00:42 +03:00
parent 07c1fdbc17
commit 233d6732e4
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -3022,7 +3022,8 @@ files.")
(base32 "0synzfd35494vlp2wnqmqbzgc0vg2ivn90hnxvk6qak0w65xhxcv")))) (base32 "0synzfd35494vlp2wnqmqbzgc0vg2ivn90hnxvk6qak0w65xhxcv"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:install-source? #f
#:cargo-inputs
(("rust-exitcode" ,rust-exitcode-1) (("rust-exitcode" ,rust-exitcode-1)
("rust-swayipc" ,rust-swayipc-2)))) ("rust-swayipc" ,rust-swayipc-2))))
(home-page "https://github.com/NomisIV/swayhide/") (home-page "https://github.com/NomisIV/swayhide/")