Revert "gnu: gitolite: Switch to git-minimal to reduce closure size."
This reverts commit e4ccfcb22a
.
master
parent
ca94157380
commit
c4504dfb1d
|
@ -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
|
||||
|
|
Reference in New Issue