From 3dabef24b6d27ca682f25fbff0d6e6fe7d7ccc2e Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 18 Sep 2015 14:22:46 +0900 Subject: CWL works --- gn/packages/cwl.scm | 7 ++++--- gn/packages/python.scm | 4 +++- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'gn') 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") diff --git a/gn/packages/python.scm b/gn/packages/python.scm index f6c4e92..d1180d9 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -63,6 +63,7 @@ (propagated-inputs `(("python-rdflib-4.2" ,python-rdflib-4.2) ("python-pyparsing" ,python-pyparsing) + ("python-html5lib" ,python-html5lib) )) (home-page "https://github.com/RDFLib/rdflib-jsonld") @@ -99,6 +100,7 @@ ("python-isodate" ,python-isodate) ("python-pyparsing" ,python-pyparsing) ("python-setuptools" ,python-setuptools))) + (arguments `(#:tests? #f)) ;; No tests. (home-page "https://github.com/RDFLib/rdflib") (synopsis "Python RDF library") @@ -114,7 +116,7 @@ powerful language for representing information.") (inherit base) (inputs (append (package-inputs base) - `(("python2-nose" ,python2-nose)))) + `(("python-nose" ,python-nose)))) (arguments `(#:python ,python-2 #:tests? #f))))) ; 3 tests fail, also outside Guix -- cgit v1.2.3