diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-10-21 08:03:56 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-11-28 11:05:02 +0200 |
commit | bc651a3b573bc3175b232aa5531e2bcd60e15e4d (patch) | |
tree | e9d68e6b6bad8da09f13f7dd057d54ae7e3ef9cf | |
parent | 54c8e08c9b6b28e72d08063e52aaa40f24c82943 (diff) | |
download | guix-bc651a3b573bc3175b232aa5531e2bcd60e15e4d.tar.gz guix-bc651a3b573bc3175b232aa5531e2bcd60e15e4d.zip |
gnu: complgen: Build with git-minimal.
* gnu/packages/rust-apps.scm (complgen)[native-inputs]: Replace git with
git-minimal.
Change-Id: Ibb8b33b4d471eda61ffc194a216d6af94c16e87b
-rw-r--r-- | gnu/packages/rust-apps.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 44a9e3c35a..3844daa651 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -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") |