diff options
Diffstat (limited to 'gnu/packages/rdf.scm')
-rw-r--r-- | gnu/packages/rdf.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index ab6eb8940e..5102ebe921 100644 --- a/gnu/packages/rdf.scm +++ b/gnu/packages/rdf.scm @@ -348,4 +348,5 @@ powerful language for representing information.") (append (package-inputs base) `(("python2-nose" ,python2-nose)))) (arguments - `(#:tests? #f))))) ; 3 tests fail, also outside Guix + `(#:python ,python-2 + #:tests? #f))))) ; 3 tests fail, also outside Guix |