From 9ec24e3f997e40ebde5e8b0057e0324e21fd93a4 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 31 Dec 2016 15:02:02 -0500 Subject: Add the beginning of a manual. --- guix.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'guix.scm') 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) -- cgit v1.2.3