mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-26 11:01:48 +02:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user