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: Add termite Date: Fri, 03 Jun 2016 10:28:14 +0200 Message-ID: <874m9a4qxt.fsf@gnu.org> References: 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]:49329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8kSs-0004e4-JZ for guix-devel@gnu.org; Fri, 03 Jun 2016 04:28:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8kSo-00045A-6X for guix-devel@gnu.org; Fri, 03 Jun 2016 04:28:21 -0400 In-Reply-To: (Mckinley Olsen's message of "Wed, 1 Jun 2016 12:14:57 -0600") 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: Mckinley Olsen Cc: guix-devel@gnu.org Hello, Mckinley Olsen skribis: > From 243640a755299d1dabecf2953c08e36d5b351b19 Mon Sep 17 00:00:00 2001 > From: McKinley Olsen > Date: Wed, 1 Jun 2016 11:54:53 -0600 > Subject: [PATCH] * gnu/packages/terminals.scm (termite): New variable. Pushed as 89978a0a0d70ee31225133b61f8b006cac14c0bd. I added a subject line to the commit log, and made a couple of identation fixes > + (arguments > + `(#:phases (alist-delete 'configure %standard-phases) > + #:tests? #f > + ;; This sets the destination when installing the necessary terminal > + ;; capability data, which are not provided by 'ncurses'. See > + ;; https://lists.gnu.org/archive/html/bug-ncurses/2009-10/msg00031.h= tml ^ =E2=80=A6 here > + (inputs > + `(("vte", vte-ng) > + ("gtk+", gtk+) ^ =E2=80=A6 here > + (native-inputs > + `(("pkg-config" ,pkg-config))) =E2=80=A6 and here. Thank you! Ludo=E2=80=99.