guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add Augeas.


From: Ricardo Wurmus
Subject: Re: [PATCH] gnu: Add Augeas.
Date: Tue, 2 Feb 2016 16:50:07 +0100

Leo Famulari <address@hidden> writes:

>> +    (build-system gnu-build-system)
>> +    ;; Marked as "required" in augeas.pc
>> +    (propagated-inputs
>> +     `(("libxml2" ,libxml2)))
>
> Is there really no way to avoid this?

I don’t know.  The problem here is that when augeas is used as a library
and you only add “augeas” (but not “libxml2”) as an input the
configuration will silently fail.

It is ugly, though, that a user installing augeas as a command line tool
would end up with “libxml2” in their profile.

Should these be two package variants then?

~~ Ricardo



reply via email to

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