guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/1] gnu: python-libxml2: Don't use as replacement for libxml


From: Mark H Weaver
Subject: Re: [PATCH 1/1] gnu: python-libxml2: Don't use as replacement for libxml2.
Date: Wed, 25 May 2016 13:55:56 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.93 (gnu/linux)

Hi,

Leo Famulari <address@hidden> writes:

> This is a followup to commit 493e9a5a8f613764cfa396c33ee6cb381b0dbbef.
>
> * gnu/packages/xml.scm (python-libxml2, python2-libxml2)[replacement]:
> New field.
> ---
>  gnu/packages/xml.scm | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
> index 96bb8b7..782e356 100644
> --- a/gnu/packages/xml.scm
> +++ b/gnu/packages/xml.scm
> @@ -115,6 +115,7 @@ project (but it is usable outside of the Gnome 
> platform).")
>  (define-public python-libxml2
>    (package (inherit libxml2)
>      (name "python-libxml2")
> +    (replacement #f)
>      (build-system python-build-system)
>      (arguments
>       `(;; XXX: Tests are specified in 'Makefile.am', but not in 'setup.py'.

I noticed the same problem, and pushed the same fix, before seeing this
message.  Thanks anyway!

      Mark



reply via email to

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