From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Add Emacs without GTK Date: Mon, 11 Aug 2014 22:35:26 +0200 Message-ID: <87y4uurchd.fsf@gnu.org> References: <87vbqgd26f.fsf@taylan.uni.cx> <87fvh3t1ru.fsf@gnu.org> <87ha1iyha9.fsf@taylan.uni.cx> 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]:41349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGwJa-0002Lj-Ka for guix-devel@gnu.org; Mon, 11 Aug 2014 16:35:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XGwJV-0000IT-7h for guix-devel@gnu.org; Mon, 11 Aug 2014 16:35:34 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:59301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGwJV-0000IP-0p for guix-devel@gnu.org; Mon, 11 Aug 2014 16:35:29 -0400 In-Reply-To: <87ha1iyha9.fsf@taylan.uni.cx> (Taylan Ulrich Bayirli's message of "Mon, 11 Aug 2014 21:09:50 +0200") 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: Taylan Ulrich Bayirli/Kammer Cc: guix-devel@gnu.org Taylan Ulrich Bayirli/Kammer skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> Taylan Ulrich Bayirli/Kammer skribis: >> >>> +(define-public emacs-no-x-toolkit >>> + (package (inherit emacs) >>> + (name "emacs-no-x-toolkit") >>> + (inputs (alist-delete "gtk+" (package-inputs emacs))) >>> + (arguments >>> + (substitute-keyword-arguments (package-arguments emacs) >>> + ((#:configure-flags flags) >>> + `(cons "--with-x-toolkit=3Dno" ,flags)))))) >> >> Also please add a =E2=80=98synopsis=E2=80=99 that says =E2=80=9Cwithout = X Window support=E2=80=9D, as >> done in qemu.scm. >> >> Ludo=E2=80=99. > > It's not without X, just without a toolkit. :) Ah OK, didn=E2=80=99t know that was possible. I=E2=80=99ve applied the patch with a synopsis and a copyright line. Thanks! Ludo=E2=80=99.