mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Revert "gnu: gitolite: Switch to git-minimal to reduce closure size."
This reverts commit e4ccfcb22a
.
This commit is contained in:
parent
ca94157380
commit
c4504dfb1d
1 changed files with 2 additions and 2 deletions
|
@ -1572,7 +1572,7 @@ also walk each side of a merge and test those changes individually.")
|
||||||
(let ((out (assoc-ref outputs "out"))
|
(let ((out (assoc-ref outputs "out"))
|
||||||
(coreutils (assoc-ref inputs "coreutils"))
|
(coreutils (assoc-ref inputs "coreutils"))
|
||||||
(findutils (assoc-ref inputs "findutils"))
|
(findutils (assoc-ref inputs "findutils"))
|
||||||
(git (assoc-ref inputs "git-minimal")))
|
(git (assoc-ref inputs "git")))
|
||||||
(for-each (lambda (file-name)
|
(for-each (lambda (file-name)
|
||||||
(wrap-program (string-append out file-name)
|
(wrap-program (string-append out file-name)
|
||||||
`("PATH" ":" prefix
|
`("PATH" ":" prefix
|
||||||
|
@ -1581,7 +1581,7 @@ also walk each side of a merge and test those changes individually.")
|
||||||
(list out coreutils findutils git)))))
|
(list out coreutils findutils git)))))
|
||||||
'("/bin/gitolite" "/bin/gitolite-shell"))))))))
|
'("/bin/gitolite" "/bin/gitolite-shell"))))))))
|
||||||
(inputs
|
(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")
|
(home-page "https://gitolite.com")
|
||||||
(synopsis "Git access control layer")
|
(synopsis "Git access control layer")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue