guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: gnulib: Depend on git-minimal/pinned.


From: guix-commits
Subject: branch core-updates updated: gnu: gnulib: Depend on git-minimal/pinned.
Date: Mon, 20 Mar 2023 19:02:11 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new a973e1484d gnu: gnulib: Depend on git-minimal/pinned.
a973e1484d is described below

commit a973e1484d46e4b144c0f7852ad4d19c7a877664
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Mon Mar 20 23:52:43 2023 +0100

    gnu: gnulib: Depend on git-minimal/pinned.
    
    * gnu/packages/build-tools.scm (gnulib)[native-inputs]: Change git to
    git-minimal/pinned.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/build-tools.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 42244b1ad4..4736641a63 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -994,7 +994,7 @@ Makefiles, JSON Compilation Database, and experimentally 
Ninja.")
       ;; Unicode data:
       ucd-next
       ;; Programs for the tests:
-      cppi indent git autoconf))
+      cppi indent git-minimal/pinned autoconf))
     (home-page "https://www.gnu.org/software/gnulib/";)
     (synopsis "Source files to share among distributions")
     (description



reply via email to

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