From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: rxvt-unicode: Add the terminal capability data. Date: Wed, 09 Dec 2015 14:52:46 +0100 Message-ID: <87wpsnsp8x.fsf@gnu.org> References: <87fuzcsvt1.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]:42666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6fAs-0003tm-Kp for guix-devel@gnu.org; Wed, 09 Dec 2015 08:53:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6fAp-00029n-Dc for guix-devel@gnu.org; Wed, 09 Dec 2015 08:52:54 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56584) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6fAp-00029j-BP for guix-devel@gnu.org; Wed, 09 Dec 2015 08:52:51 -0500 In-Reply-To: <87fuzcsvt1.fsf@gnu.org> (Mathieu Lirzin's message of "Tue, 08 Dec 2015 18:18:50 +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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mathieu Lirzin Cc: guix-devel Mathieu Lirzin skribis: > From 00d45cdc47bd0d031d0870155e24fa814dad4833 Mon Sep 17 00:00:00 2001 > From: Mathieu Lirzin > Date: Sun, 6 Dec 2015 21:58:03 +0100 > Subject: [PATCH] gnu: rxvt-unicode: Add the terminal capability data. > > This adds the necessary terminal capability data which are not provided > by Ncurses due to a personal conflict between the respective > maintainers. See > https://lists.gnu.org/archive/html/bug-ncurses/2009-10/msg00031.html. As Leo suggests, I think it=E2=80=99s best to stick to the technical facts, along with a link to the discussion. > * gnu/packages/xdisorg.scm (rxvt-unicode)[native-inputs]: Add ncurses. > [arguments]: Set the destination of the terminfo files. > + (arguments > + ;; This sets the destination when installing the necessary terminal > + ;; capability data which are not provided by Ncurses due to a perso= nal > + ;; conflict between the respective maintainers. See > + ;; https://lists.gnu.org/archive/html/bug-ncurses/2009-10/msg00031.= html. Same here. Otherwise LGTM. It=E2=80=99s great that you fixed this! People had report= ed the issue on IRC, so that=E2=80=99ll make them happy! :-) Thanks, Ludo=E2=80=99.