~ruther/guix-local

5e5784a91d6d92ef7c6dfe289989cd24ee4fc372 — Andreas Enge 11 years ago c964a15
gnu: python2-rdflib: Explicitly build with python-2.

* gnu/packages/rdf.scm (python2-rdflib): Add argument to build with python-2.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/rdf.scm
M gnu/packages/rdf.scm => gnu/packages/rdf.scm +2 -1
@@ 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