mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-19 23:55:54 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user