gnu: python-libxml2: Do not build static output.

This is a follow-up to commit 5f8642ea6a.

* gnu/packages/xml.scm (python-libxml2)[outputs]: Don't inherit from libxml2.
master
Ricardo Wurmus 2018-08-08 14:55:40 +02:00
parent 029c2ba0c5
commit d3028f5b27
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ project (but it is usable outside of the Gnome platform).")
(package/inherit libxml2
(name "python-libxml2")
(build-system python-build-system)
(outputs '("out"))
(arguments
`(;; XXX: Tests are specified in 'Makefile.am', but not in 'setup.py'.
#:tests? #f