gnu: gitolite: Don't hardcode path to svnserve.
* gnu/packages/version-control.scm (gitolite)[arguments]: Adjust custom 'patch-source phase to search for svnserve in $PATH.master
parent
fff27ded10
commit
6d780dc8bf
|
@ -1519,6 +1519,8 @@ also walk each side of a merge and test those changes individually.")
|
|||
(assoc-ref inputs "inetutils")
|
||||
"/bin/logger\"")))
|
||||
|
||||
(substitute* "src/commands/svnserve"
|
||||
(("/usr/bin/svnserve") "svnserve"))
|
||||
#t))
|
||||
(replace 'install
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
|
|
Reference in New Issue