diff options
author | Pjotr Prins | 2015-09-18 14:22:46 +0900 |
---|---|---|
committer | Pjotr Prins | 2015-09-18 14:22:46 +0900 |
commit | 3dabef24b6d27ca682f25fbff0d6e6fe7d7ccc2e (patch) | |
tree | 697b93f4fcfa47eda0e82ff35157d2960149612f /gn/packages/cwl.scm | |
parent | a77920bde1fa723166788344e73714e29c92d423 (diff) | |
download | guix-bioinformatics-3dabef24b6d27ca682f25fbff0d6e6fe7d7ccc2e.tar.gz |
CWL works
Diffstat (limited to 'gn/packages/cwl.scm')
-rw-r--r-- | gn/packages/cwl.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gn/packages/cwl.scm b/gn/packages/cwl.scm index 2891346..8b32564 100644 --- a/gn/packages/cwl.scm +++ b/gn/packages/cwl.scm @@ -30,13 +30,14 @@ (base32 "1kqxc6nvq4nr8qdv39ycdi6fhzaipgjpmbghsz94ij6jhf5r3dq2")))) (build-system python-build-system) - (propagated-inputs - `(("python-schema-salad" ,python-schema-salad) - )) (inputs `(("python-setuptools" ,python-setuptools) ("python-pyparsing" ,python-pyparsing) )) + (propagated-inputs + `(("python-schema-salad" ,python-schema-salad) + ("python-html5lib" ,python-html5lib) + )) (arguments `(#:tests? #f)) ;; No tests. (home-page "https://github.com/common-workflow-language/common-workflow-language") |