From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: PKG_CONFIG_PATH Date: Sun, 03 Mar 2013 22:19:20 +0100 Message-ID: <87621818rr.fsf@gnu.org> References: <201303032051.00691.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCGJg-0000iB-28 for bug-guix@gnu.org; Sun, 03 Mar 2013 16:19:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCGJf-0000Vc-3y for bug-guix@gnu.org; Sun, 03 Mar 2013 16:19:31 -0500 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=52490 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCGJe-0000Uu-Tg for bug-guix@gnu.org; Sun, 03 Mar 2013 16:19:31 -0500 In-Reply-To: <201303032051.00691.andreas@enge.fr> (Andreas Enge's message of "Sun, 3 Mar 2013 20:51:00 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > This is because it is not contained in a subdirectory lib/pkgconfig, but = in=20 > share/pkgconfig. Should we add "share/pkgconfig" to the lines > (set-path-environment-variable "PKG_CONFIG_PATH" > '("lib/pkgconfig" "lib64/pkgconfig") > in guix/build/gnu-build-system.scm in the core-updates branch? Yes, it=E2=80=99s non-conventional, but it won=E2=80=99t hurt to add it. Ludo=E2=80=99.