From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: Add Augeas. Date: Thu, 3 Mar 2016 17:16:05 +0100 Message-ID: References: <20160122202934.GB27435@jasmine> <87d1sexhfx.fsf@gnu.org> 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]:39093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abVvH-0002Bb-LY for guix-devel@gnu.org; Thu, 03 Mar 2016 11:16:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abVvC-0003Xe-Ia for guix-devel@gnu.org; Thu, 03 Mar 2016 11:16:19 -0500 In-Reply-To: <87d1sexhfx.fsf@gnu.org> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel Ludovic Court=C3=A8s writes: > Ricardo Wurmus skribis: > >> Leo Famulari writes: >> >>>> + (build-system gnu-build-system) >>>> + ;; Marked as "required" in augeas.pc >>>> + (propagated-inputs >>>> + `(("libxml2" ,libxml2))) > > I find it clearer to put the comment right below =E2=80=98propagated-in= puts=E2=80=99. > >>> Is there really no way to avoid this? >> >> I don=E2=80=99t know. > > The problem is that I don=E2=80=99t think it works to put an absolute f= ile name > in the =E2=80=98Requires=E2=80=99 field of a =E2=80=98.pc=E2=80=99 file= , so I don=E2=80=99t think we can avoid > it unfortunately. > > However, since Augeas is a library, the propagated input is acceptable: > in practice, people probably won=E2=80=99t have it in their main enviro= nment, > but rather in a =E2=80=98guix environment=E2=80=99 thing, or in a dedic= ated development > profile. Augeas is both a library and a command line tool. For a command line tool propagation is ugly and I=E2=80=99d like to avoid it. What should I best do in this case? ~~ Ricardo