diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-08-08 14:55:40 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-08-08 22:07:51 +0200 |
commit | d3028f5b273d50a490a790fba94f49494f0c7b4c (patch) | |
tree | 7e941a7e75cdc3bd6372a17e9ec93d8cac206385 /gnu/packages/xml.scm | |
parent | 029c2ba0c591d19537ec717f0d96c62459bc543b (diff) | |
download | guix-d3028f5b273d50a490a790fba94f49494f0c7b4c.tar guix-d3028f5b273d50a490a790fba94f49494f0c7b4c.tar.gz |
gnu: python-libxml2: Do not build static output.
This is a follow-up to commit 5f8642ea6ae675d0fb5b06e616064458433087d3.
* gnu/packages/xml.scm (python-libxml2)[outputs]: Don't inherit from libxml2.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 644753ff53..26810773ce 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -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 |