summaryrefslogtreecommitdiff
path: root/gnu/packages/rdf.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2015-02-25 10:55:28 +0100
committerAndreas Enge <andreas@enge.fr>2015-02-25 10:55:28 +0100
commit5e5784a91d6d92ef7c6dfe289989cd24ee4fc372 (patch)
treeacaa218711b5ee6547217c0947a82e578dd74864 /gnu/packages/rdf.scm
parentc964a15d8239d28144be51868868aa21d5d4ddce (diff)
downloadgnu-guix-5e5784a91d6d92ef7c6dfe289989cd24ee4fc372.tar
gnu-guix-5e5784a91d6d92ef7c6dfe289989cd24ee4fc372.tar.gz
gnu: python2-rdflib: Explicitly build with python-2.
* gnu/packages/rdf.scm (python2-rdflib): Add argument to build with python-2.
Diffstat (limited to 'gnu/packages/rdf.scm')
-rw-r--r--gnu/packages/rdf.scm3
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