[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Revert "gnu: gitolite: Switch to git-minimal to r
From: |
guix-commits |
Subject: |
branch master updated: Revert "gnu: gitolite: Switch to git-minimal to reduce closure size." |
Date: |
Mon, 05 Sep 2022 14:00:46 -0400 |
This is an automated email from the git hooks/post-receive script.
davexunit pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c4504dfb1d Revert "gnu: gitolite: Switch to git-minimal to reduce
closure size."
c4504dfb1d is described below
commit c4504dfb1da78f2f21fc5139a2fd5e82ed0ef21c
Author: David Thompson <dthompson2@worcester.edu>
AuthorDate: Mon Sep 5 14:00:30 2022 -0400
Revert "gnu: gitolite: Switch to git-minimal to reduce closure size."
This reverts commit e4ccfcb22ad96e71ca4dfad95af5aa6229ed9869.
---
gnu/packages/version-control.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 7efca514e4..a7989da200 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1572,7 +1572,7 @@ also walk each side of a merge and test those changes
individually.")
(let ((out (assoc-ref outputs "out"))
(coreutils (assoc-ref inputs "coreutils"))
(findutils (assoc-ref inputs "findutils"))
- (git (assoc-ref inputs "git-minimal")))
+ (git (assoc-ref inputs "git")))
(for-each (lambda (file-name)
(wrap-program (string-append out file-name)
`("PATH" ":" prefix
@@ -1581,7 +1581,7 @@ also walk each side of a merge and test those changes
individually.")
(list out coreutils findutils
git)))))
'("/bin/gitolite"
"/bin/gitolite-shell"))))))))
(inputs
- (list bash-minimal coreutils findutils git-minimal inetutils openssh
perl))
+ (list bash-minimal coreutils findutils git inetutils openssh perl))
(home-page "https://gitolite.com")
(synopsis "Git access control layer")
(description
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Revert "gnu: gitolite: Switch to git-minimal to reduce closure size.",
guix-commits <=