summaryrefslogtreecommitdiff
path: root/haunt/config.scm.in
diff options
context:
space:
mode:
authorFilip Lajszczak <filip@lajszczak.dev>2023-11-11 22:21:55 +0000
committerDavid Thompson <dthompson2@worcester.edu>2023-11-11 20:10:48 -0500
commitf93126a099712286b760900c1dc543b54a5ebf1c (patch)
tree17dc85fc14377e4861e9c722dff26bcd0551f672 /haunt/config.scm.in
parent544d95417e350d5bf8fa5ab402bec48e152d6228 (diff)
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.
Diffstat (limited to 'haunt/config.scm.in')
-rw-r--r--haunt/config.scm.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/haunt/config.scm.in b/haunt/config.scm.in
index 945dfa5..5256c44 100644
--- a/haunt/config.scm.in
+++ b/haunt/config.scm.in
@@ -24,8 +24,12 @@
(define-module (haunt config)
#:export (%haunt-version
- %rsync))
+ %rsync
+ %hut
+ %tar))
(define %haunt-version "@PACKAGE_VERSION@")
(define %rsync "@RSYNC@")
+(define %hut "@HUT@")
+(define %tar "@TAR@")