From f93126a099712286b760900c1dc543b54a5ebf1c Mon Sep 17 00:00:00 2001 From: Filip Lajszczak Date: Sat, 11 Nov 2023 22:21:55 +0000 Subject: Add Sourcehut publisher. * haunt/publisher/sourcehut.scm: New file. * configure.ac: Check for presence of hut and tar. * Makefile.am: Conditionally add sourcehut publisher to build. * guix.scm: Add hut and tar inputs. --- guix.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'guix.scm') diff --git a/guix.scm b/guix.scm index 8685eb2..6ee9262 100644 --- a/guix.scm +++ b/guix.scm @@ -34,10 +34,12 @@ (guix build-system gnu) (gnu packages) (gnu packages autotools) + (gnu packages base) (gnu packages guile) (gnu packages guile-xyz) (gnu packages pkg-config) - (gnu packages texinfo)) + (gnu packages texinfo) + (gnu packages version-control)) (package (name "haunt") @@ -50,7 +52,7 @@ (add-after 'unpack 'bootstrap (lambda _ (zero? (system* "sh" "bootstrap"))))))) (native-inputs (list autoconf automake pkg-config texinfo)) - (inputs (list guile-3.0)) + (inputs (list guile-3.0 hut tar)) (propagated-inputs (list guile-commonmark guile-reader)) (synopsis "Functional static site generator") (description "Haunt is a static site generator written in Guile -- cgit v1.2.3