From a084fc724607058a90332674eaa0f2e22a3516e6 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 25 May 2021 16:39:55 +0530 Subject: Add texinfo as a build dependency. * guix.scm: Import (gnu packages texinfo). Add texinfo to native-inputs. --- guix.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'guix.scm') diff --git a/guix.scm b/guix.scm index cc10282..47fce64 100644 --- a/guix.scm +++ b/guix.scm @@ -35,6 +35,7 @@ (gnu packages autotools) (gnu packages guile) (gnu packages pkg-config) + (gnu packages texinfo) (guix build utils) (guix build-system gnu) (guix gexp) @@ -74,7 +75,8 @@ (native-inputs `(("autoconf" ,autoconf) ("automake" ,automake) - ("pkg-config" ,pkg-config))) + ("pkg-config" ,pkg-config) + ("texinfo" ,texinfo))) (home-page "https://git.systemreboot.net/ccwl") (synopsis "Concise common workflow language") (description "Concise common workflow language") -- cgit v1.2.3