aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorArun Isaac2021-05-25 16:39:55 +0530
committerArun Isaac2021-05-25 16:41:14 +0530
commita084fc724607058a90332674eaa0f2e22a3516e6 (patch)
tree99a7a56ba73db8e3ab4bcae0d6e47ea9293a3536 /guix.scm
parent94db5ab84f97730aa789a046c1688d431fb1c252 (diff)
downloadccwl-a084fc724607058a90332674eaa0f2e22a3516e6.tar.gz
ccwl-a084fc724607058a90332674eaa0f2e22a3516e6.tar.lz
ccwl-a084fc724607058a90332674eaa0f2e22a3516e6.zip
Add texinfo as a build dependency.
* guix.scm: Import (gnu packages texinfo). Add texinfo to native-inputs.
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm4
1 files changed, 3 insertions, 1 deletions
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")