gnu: python-lxml: Run the test suite.
* gnu/packages/python-xyz.scm (python-lxml)[arguments]: New field.
This commit is contained in:
parent
2a74f9284e
commit
2f3c2dafef
1 changed files with 5 additions and 0 deletions
|
@ -5972,6 +5972,11 @@ the GObject Introspection bindings to libnotify for non-GTK applications.")
|
||||||
(base32
|
(base32
|
||||||
"14jnpfcpgqr9sx8ppd286jzcbk0b36hbqsvd8jkvffipzw5v8768"))))
|
"14jnpfcpgqr9sx8ppd286jzcbk0b36hbqsvd8jkvffipzw5v8768"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
(replace 'check
|
||||||
|
(lambda _
|
||||||
|
(invoke "make" "test"))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxml2" ,libxml2)
|
`(("libxml2" ,libxml2)
|
||||||
("libxslt" ,libxslt)))
|
("libxslt" ,libxslt)))
|
||||||
|
|
Reference in a new issue