From: ludo@gnu.org (Ludovic Courtès)
To: Taylan Ulrich Bayirli/Kammer <taylanbayirli@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: Add Emacs without GTK
Date: Mon, 11 Aug 2014 18:43:49 +0200 [thread overview]
Message-ID: <87fvh3t1ru.fsf@gnu.org> (raw)
In-Reply-To: <87vbqgd26f.fsf@taylan.uni.cx> (Taylan Ulrich Bayirli's message of "Tue, 29 Jul 2014 10:00:56 +0200")
Taylan Ulrich Bayirli/Kammer <taylanbayirli@gmail.com> 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=no" ,flags))))))
Also please add a ‘synopsis’ that says “without X Window support”, as
done in qemu.scm.
Ludo’.
next prev parent reply other threads:[~2014-08-11 16:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-29 8:00 Add Emacs without GTK Taylan Ulrich Bayirli/Kammer
2014-08-11 16:42 ` Ludovic Courtès
2014-08-11 16:43 ` Ludovic Courtès [this message]
2014-08-11 19:09 ` Taylan Ulrich Bayirli/Kammer
2014-08-11 20:35 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87fvh3t1ru.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=guix-devel@gnu.org \
--cc=taylanbayirli@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).