mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python2-rdflib: Explicitly build with python-2.
* gnu/packages/rdf.scm (python2-rdflib): Add argument to build with python-2.
This commit is contained in:
parent
c964a15d82
commit
5e5784a91d
1 changed files with 2 additions and 1 deletions
|
@ -348,4 +348,5 @@ (define-public python2-rdflib
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue