aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/cwl.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gn/packages/cwl.scm')
-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