mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01:00
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 @@ (define-public python-lxml
|
|||
(base32
|
||||
"14jnpfcpgqr9sx8ppd286jzcbk0b36hbqsvd8jkvffipzw5v8768"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(invoke "make" "test"))))))
|
||||
(inputs
|
||||
`(("libxml2" ,libxml2)
|
||||
("libxslt" ,libxslt)))
|
||||
|
|
Loading…
Reference in a new issue