From f7724a8ee98d0d3ccab2dc67bd9cd3433da628c0 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 19 Aug 2025 14:00:49 +0100 Subject: webhook: Configure absolute path to sh. --- guix/forge/webhook.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'guix/forge') diff --git a/guix/forge/webhook.scm b/guix/forge/webhook.scm index a13840d..c57686f 100644 --- a/guix/forge/webhook.scm +++ b/guix/forge/webhook.scm @@ -70,7 +70,9 @@ (lambda* (#:key inputs #:allow-other-keys) (substitute* "src/github.com/adnanh/webhook/webhook_test.go" (("/bin/echo") - (search-input-file inputs "bin/echo")))))))) + (search-input-file inputs "bin/echo")) + (("/bin/sh") + (search-input-file inputs "bin/sh")))))))) (home-page "https://github.com/adnanh/webhook") (synopsis "Lightweight incoming webhook server") (description "webhook is a lightweight configurable tool written -- cgit 1.4.1