about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2015-09-18 13:40:08 +0900
committerPjotr Prins2015-09-18 13:40:08 +0900
commit2b5a7f5518eb0594c21fe087fd925eac8d68cf5e (patch)
treef1721dc75033e171fd9e52e434496ece932a0ceb
parentc2759f4efae09aded29483061742f50ebb1a63c2 (diff)
downloadguix-bioinformatics-2b5a7f5518eb0594c21fe087fd925eac8d68cf5e.tar.gz
Avro dependency
-rw-r--r--gn/packages/cwl.scm5
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