guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ricardo Wurmus
Subject: 01/01: gnu: python-libxml2: Do not build static output.
Date: Wed, 8 Aug 2018 16:08:09 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit d3028f5b273d50a490a790fba94f49494f0c7b4c
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Aug 8 14:55:40 2018 +0200

    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.
---
 gnu/packages/xml.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 644753f..2681077 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]