summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm6
1 files changed, 4 insertions, 2 deletions
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