From 7bd34ba252d3a215d5f52711f14063aa5a4664a4 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 3 Jul 2021 15:25:07 +0530 Subject: guix.scm: Depend on cwltool and graphviz. * guix.scm: Import (gnu packages bioinformatics) and (gnu packages graphviz). (ccwl)[native-inputs]: Add cwltool and graphviz. --- guix.scm | 5 +++++ 1 file changed, 5 insertions(+) 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") -- cgit v1.2.3