From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH 1/2] gnu: ncurses: Install pkg-config =?utf-8?B?4oCY?= =?utf-8?B?LnBj4oCZ?= files. Date: Tue, 08 Nov 2016 15:55:46 -0500 Message-ID: <87y40tpu7h.fsf@netris.org> References: <20161107180538.21231-1-me@tobias.gr> <20161107180538.21231-2-me@tobias.gr> 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]:51524) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4DRF-0007ku-PZ for guix-devel@gnu.org; Tue, 08 Nov 2016 15:56:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4DRC-0007dZ-NZ for guix-devel@gnu.org; Tue, 08 Nov 2016 15:56:13 -0500 Received: from world.peace.net ([50.252.239.5]:53049) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c4DRC-0007Z1-JM for guix-devel@gnu.org; Tue, 08 Nov 2016 15:56:10 -0500 In-Reply-To: <20161107180538.21231-2-me@tobias.gr> (Tobias Geerinckx-Rice's message of "Mon, 7 Nov 2016 19:05:37 +0100") 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" To: Tobias Geerinckx-Rice Cc: guix-devel@gnu.org Tobias Geerinckx-Rice writes: > * gnu/packages/ncurses.scm (ncurses)[arguments]: Add =E2=80=98--enable-pc= -files=E2=80=99 > and =E2=80=98--with-pkg-config-libdir=3D=E2=80=99 to #:configure-flags. C= reate =E2=80=98non-wide=E2=80=99 > compatibility symbolic links for =E2=80=98.pc=E2=80=99 files in the post-= install-phase. > [native-inputs]: Add pkg-config. This will have to wait for the next 'core-updates' cycle, since it would require about 13000 rebuilds. The current 'core-updates' is almost ready to be merged into 'master'. Mark