diff options
author | Pjotr Prins | 2015-09-18 13:57:31 +0900 |
---|---|---|
committer | Pjotr Prins | 2015-09-18 13:57:31 +0900 |
commit | 8f66d31c13691d0d3086ffe16aca7e6a65d636cf (patch) | |
tree | 8170a7b7aeb042164e297be855864978da0271d1 /gn/packages/cwl.scm | |
parent | 2b5a7f5518eb0594c21fe087fd925eac8d68cf5e (diff) | |
download | guix-bioinformatics-8f66d31c13691d0d3086ffe16aca7e6a65d636cf.tar.gz |
cwl tools build
Diffstat (limited to 'gn/packages/cwl.scm')
-rw-r--r-- | gn/packages/cwl.scm | 8 |
1 files changed, 7 insertions, 1 deletions
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") |