about summary refs log tree commit diff
path: root/gn/packages/cwl.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gn/packages/cwl.scm')
-rw-r--r--gn/packages/cwl.scm8
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")