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 affec18..8222efd 100644
--- a/guix.scm
+++ b/guix.scm
@@ -34,7 +34,8 @@
(guix build-system gnu)
(gnu packages)
(gnu packages autotools)
- (gnu packages guile))
+ (gnu packages guile)
+ (gnu packages texinfo))
(package
(name "haunt")
@@ -55,7 +56,8 @@
(lambda _ (zero? (system* "sh" "bootstrap")))))))
(native-inputs
`(("autoconf" ,autoconf)
- ("automake" ,automake)))
+ ("automake" ,automake)
+ ("texinfo" ,texinfo)))
(inputs
`(("guile" ,guile-2.0)))
(propagated-inputs