aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/guile.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gn/packages/guile.scm')
-rw-r--r--gn/packages/guile.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/guile.scm b/gn/packages/guile.scm
index cbc5595..3b30b82 100644
--- a/gn/packages/guile.scm
+++ b/gn/packages/guile.scm
@@ -152,7 +152,7 @@ for MySQL.")
(lambda* (#:key inputs #:allow-other-keys)
(let ((git (assoc-ref inputs "git-minimal")))
(substitute* "web/view/markdown.scm"
- (("\"git\"") (string-append git "/bin/git"))))))
+ (("\"git\"") (string-append "\"" git "/bin/git" "\""))))))
(add-after 'build 'install-script
(lambda* _
(let* ((bash #$(this-package-input "bash-minimal"))