guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

417/422: gnu: complgen: Build with git-minimal.


From: guix-commits
Subject: 417/422: gnu: complgen: Build with git-minimal.
Date: Wed, 6 Nov 2024 04:03:19 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 5818a3dc16dffa1de75d04e7efd6a9d030405157
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 21 08:03:56 2024 +0300

    gnu: complgen: Build with git-minimal.
    
    * gnu/packages/rust-apps.scm (complgen)[native-inputs]: Replace git with
    git-minimal.
    
    Change-Id: Ibb8b33b4d471eda61ffc194a216d6af94c16e87b
---
 gnu/packages/rust-apps.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]