aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/cwl.scm
diff options
context:
space:
mode:
authorPjotr Prins2015-09-18 14:06:00 +0900
committerPjotr Prins2015-09-18 14:06:00 +0900
commitd29eecbed09aa87a53e87ac211f0504796578fe9 (patch)
tree11572e02f1c0b9aff0e8f603830e381e8762e86e /gn/packages/cwl.scm
parent8f66d31c13691d0d3086ffe16aca7e6a65d636cf (diff)
downloadguix-bioinformatics-d29eecbed09aa87a53e87ac211f0504796578fe9.tar.gz
Moving to python2
Diffstat (limited to 'gn/packages/cwl.scm')
-rw-r--r--gn/packages/cwl.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/gn/packages/cwl.scm b/gn/packages/cwl.scm
index 0d31148..2891346 100644
--- a/gn/packages/cwl.scm
+++ b/gn/packages/cwl.scm
@@ -46,7 +46,9 @@
"Common workflow language reference implementation")
(license license:asl2.0)))
-
+(define-public python2-cwltool
+ (package-with-python2 python-cwltool))
+
(define-public python-schema-salad
(package
(name "python-schema-salad")
@@ -83,3 +85,5 @@
"Schema Annotations for Linked Avro Data (SALAD)")
(license license:asl2.0)))
+(define-public python2-schema-salad
+ (package-with-python2 python-schema-salad))