From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: Add Augeas. Date: Tue, 2 Feb 2016 16:50:07 +0100 Message-ID: References: <20160122202934.GB27435@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQdDh-0000GL-FK for guix-devel@gnu.org; Tue, 02 Feb 2016 10:50:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQdDe-0000jl-2n for guix-devel@gnu.org; Tue, 02 Feb 2016 10:50:21 -0500 Received: from pegasus.bbbm.mdc-berlin.de ([141.80.25.20]:42403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQdDd-0000ja-Pj for guix-devel@gnu.org; Tue, 02 Feb 2016 10:50:18 -0500 In-Reply-To: <20160122202934.GB27435@jasmine> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Leo Famulari Cc: guix-devel Leo Famulari 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=E2=80=99t know. The problem here is that when augeas is used as a = library and you only add =E2=80=9Caugeas=E2=80=9D (but not =E2=80=9Clibxml2=E2=80= =9D) 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 =E2=80=9Clibxml2=E2=80=9D in their profile. Should these be two package variants then? ~~ Ricardo