From 050fc40220206f2a81c633b1a9e56064f80d2282 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Wed, 18 Dec 2024 10:12:19 +0300 Subject: Substitute "guile" command with path from the store. Signed-off-by: Munyoki Kilyungi --- gn/packages/guile.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gn/packages/guile.scm b/gn/packages/guile.scm index 3396d8d..2b6bc5b 100644 --- a/gn/packages/guile.scm +++ b/gn/packages/guile.scm @@ -198,6 +198,7 @@ for MySQL.") (copy-file "gn-guile.sh" "bin/gn-guile") (substitute* "bin/gn-guile" (("@SHELL@") bash) + (("guile") guile) (("web/webserver.scm") webserver)) (chmod "bin/gn-guile" #o755) (install-file "bin/gn-guile" bin) -- cgit v1.2.3