mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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:
parent
ef8d1c955f
commit
54c8e08c9b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue