From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#19018: not provided by the ncurses library Date: Tue, 11 Nov 2014 17:53:40 +0100 Message-ID: <87vbmlhe5n.fsf@gnu.org> References: <87ioiloq4f.fsf@gmail.com> 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]:34370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoEhm-00068h-UL for bug-guix@gnu.org; Tue, 11 Nov 2014 11:54:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XoEhe-0004Mt-PO for bug-guix@gnu.org; Tue, 11 Nov 2014 11:54:10 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:60338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoEhe-0004Mm-MA for bug-guix@gnu.org; Tue, 11 Nov 2014 11:54:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XoEhe-0005O7-6g for bug-guix@gnu.org; Tue, 11 Nov 2014 11:54:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87ioiloq4f.fsf@gmail.com> ("=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?="'s message of "Tue, 11 Nov 2014 20:53:20 +0800") 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: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Cc: 19018@debbugs.gnu.org =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > Hi, gtypist check and use ncurses header from that location, > perhaps we should make a symlink in ncurses just as nixpkgs does. I wonder what the Right Thing is. The =E2=80=98ncurses=E2=80=99 package ex= plicitly passes --includedir=3D$out/include because that=E2=80=99s what all the pack= ages we have so far expect. If it turns out that a non-negligible number of packages expect headers to be under $out/include/ncursesw, then I agree that we should make a symlink. In the meantime, since ncurses is a core package, could you just patch gtypist (in a =E2=80=98snippet=E2=80=99) to use the right headers? (BTW, make sure to add a copyright line for you in the package.) Thanks in advance! Ludo=E2=80=99.