From 8f66d31c13691d0d3086ffe16aca7e6a65d636cf Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 18 Sep 2015 13:57:31 +0900 Subject: cwl tools build --- gn/packages/cwl.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'gn/packages/cwl.scm') diff --git a/gn/packages/cwl.scm b/gn/packages/cwl.scm index 81c386f..0d31148 100644 --- a/gn/packages/cwl.scm +++ b/gn/packages/cwl.scm @@ -34,7 +34,10 @@ `(("python-schema-salad" ,python-schema-salad) )) (inputs - `(("python-setuptools" ,python-setuptools))) + `(("python-setuptools" ,python-setuptools) + ("python-pyparsing" ,python-pyparsing) + )) + (arguments `(#:tests? #f)) ;; No tests. (home-page "https://github.com/common-workflow-language/common-workflow-language") (synopsis @@ -68,6 +71,9 @@ (propagated-inputs `(("python-rdflib-4.2" ,python-rdflib-4.2) ("python-avro" ,python-avro) + ("python-pyyaml" ,python-pyyaml) + ("python-requests" ,python-requests) + ("python-shellescape" ,python-shellescape) )) (home-page "https://github.com/common-workflow-language/common-workflow-language") -- cgit v1.2.3