mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: complgen: Build with git-minimal.
* gnu/packages/rust-apps.scm (complgen)[native-inputs]: Replace git with git-minimal. Change-Id: Ibb8b33b4d471eda61ffc194a216d6af94c16e87b
This commit is contained in:
parent
54c8e08c9b
commit
bc651a3b57
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ paging.")
|
|||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-ustr" ,rust-ustr-0.9))
|
||||
#:cargo-development-inputs `(("rust-proptest" ,rust-proptest-1))))
|
||||
(native-inputs (list git))
|
||||
(native-inputs (list git-minimal))
|
||||
(home-page "https://github.com/adaszko/complgen")
|
||||
(synopsis "Declarative bash/fish/zsh completions without writing shell
|
||||
scripts")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue