about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2021-07-03 15:25:07 +0530
committerArun Isaac2021-07-03 15:25:07 +0530
commit7bd34ba252d3a215d5f52711f14063aa5a4664a4 (patch)
treeba9e2f114cd9cb2f7e14e58566e583c4b295a8a6
parent06ed0a658fd94ec2d292c73a420ba714c79b1dfc (diff)
downloadccwl-7bd34ba252d3a215d5f52711f14063aa5a4664a4.tar.gz
ccwl-7bd34ba252d3a215d5f52711f14063aa5a4664a4.tar.lz
ccwl-7bd34ba252d3a215d5f52711f14063aa5a4664a4.zip
guix.scm: Depend on cwltool and graphviz.
* guix.scm: Import (gnu packages bioinformatics) and (gnu packages
graphviz).
(ccwl)[native-inputs]: Add cwltool and graphviz.
-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")