summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm
index be61fc9..f824c14 100644
--- a/guix.scm
+++ b/guix.scm
@@ -33,6 +33,8 @@
(ice-9 popen)
(ice-9 rdelim)
(gnu packages autotools)
+ (gnu packages bioinformatics)
+ (gnu packages graphviz)
(gnu packages guile)
(gnu packages pkg-config)
(gnu packages skribilo)
@@ -77,6 +79,9 @@
`(("autoconf" ,autoconf)
("automake" ,automake)
("pkg-config" ,pkg-config)
+ ;; To build documentation
+ ("cwltool" ,cwltool)
+ ("graphviz" ,graphviz)
("skribilo" ,skribilo)))
(home-page "https://git.systemreboot.net/ccwl")
(synopsis "Concise common workflow language")