summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-12-31 15:02:02 -0500
committerDavid Thompson <dthompson2@worcester.edu>2016-12-31 15:02:02 -0500
commit9ec24e3f997e40ebde5e8b0057e0324e21fd93a4 (patch)
tree16ce8bff12a8b79be8af7126b9bf3758e0b5f3ce /guix.scm
parentd6bbb138c60a35cbb33244767ea6156d88cf0c25 (diff)
Add the beginning of a manual.
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 37fa29c..018c76d 100644
--- a/guix.scm
+++ b/guix.scm
@@ -44,7 +44,8 @@
(gnu packages autotools)
(gnu packages guile)
(gnu packages pkg-config)
- (gnu packages sdl))
+ (gnu packages sdl)
+ (gnu packages texinfo))
(define %source-dir (dirname (current-filename)))
@@ -88,7 +89,8 @@
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
- ("pkg-config" ,pkg-config)))
+ ("pkg-config" ,pkg-config)
+ ("texinfo" ,texinfo)))
(inputs
`(("guile" ,guile-2.0)
("sdl2" ,sdl2)