me
/
guix
Archived
1
0
Fork 0

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
Efraim Flashner 2022-03-28 10:04:03 +03:00
parent fff27ded10
commit 6d780dc8bf
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -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)