diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-12-31 15:02:02 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-12-31 15:02:02 -0500 |
commit | 9ec24e3f997e40ebde5e8b0057e0324e21fd93a4 (patch) | |
tree | 16ce8bff12a8b79be8af7126b9bf3758e0b5f3ce /guix.scm | |
parent | d6bbb138c60a35cbb33244767ea6156d88cf0c25 (diff) |
Add the beginning of a manual.
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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) |