gnu: complgen: Don't install the sources.

* gnu/packages/rust-apps.scm (complgen)[arguments]: Add install-source?
field.

Change-Id: Icfbb24ef50446901422d72903fb59dfa2a02605d
This commit is contained in:
Efraim Flashner 2024-10-21 07:59:23 +03:00
parent ef8d1c955f
commit 54c8e08c9b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -413,6 +413,7 @@ (define-public complgen
(build-system cargo-build-system)
(arguments
(list
#:install-source? #f
#:cargo-inputs `(("rust-anyhow" ,rust-anyhow-1)
("rust-bumpalo" ,rust-bumpalo-3)
("rust-chic" ,rust-chic-1)