diff options
author | Pjotr Prins | 2015-09-18 13:40:08 +0900 |
---|---|---|
committer | Pjotr Prins | 2015-09-18 13:40:08 +0900 |
commit | 2b5a7f5518eb0594c21fe087fd925eac8d68cf5e (patch) | |
tree | f1721dc75033e171fd9e52e434496ece932a0ceb | |
parent | c2759f4efae09aded29483061742f50ebb1a63c2 (diff) | |
download | guix-bioinformatics-2b5a7f5518eb0594c21fe087fd925eac8d68cf5e.tar.gz |
Avro dependency
-rw-r--r-- | gn/packages/cwl.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gn/packages/cwl.scm b/gn/packages/cwl.scm index b8f3566..81c386f 100644 --- a/gn/packages/cwl.scm +++ b/gn/packages/cwl.scm @@ -32,7 +32,6 @@ (build-system python-build-system) (propagated-inputs `(("python-schema-salad" ,python-schema-salad) - ("python-avro" ,python-avro) )) (inputs `(("python-setuptools" ,python-setuptools))) @@ -67,7 +66,9 @@ ("python-rdflib-jsonld" ,python-rdflib-jsonld) ("python-mistune" ,python-mistune))) (propagated-inputs - `(("python-rdflib-4.2" ,python-rdflib-4.2))) + `(("python-rdflib-4.2" ,python-rdflib-4.2) + ("python-avro" ,python-avro) + )) (home-page "https://github.com/common-workflow-language/common-workflow-language") (synopsis |