all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pierre Neidhardt <mail@ambrevar.xyz>
To: 43674@debbugs.gnu.org
Subject: [bug#43674] [PATCH 1/2] gnu: Add emacs-xelb-no-x-toolkit.
Date: Mon, 28 Sep 2020 16:40:15 +0200	[thread overview]
Message-ID: <87d026t168.fsf@ambrevar.xyz> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-xelb-no-x-toolkit.patch --]
[-- Type: text/x-patch, Size: 1063 bytes --]

From a026738da2f63d0c60a41056e30249df07cc5b05 Mon Sep 17 00:00:00 2001
From: Pierre Neidhardt <mail@ambrevar.xyz>
Date: Mon, 28 Sep 2020 16:36:46 +0200
Subject: [PATCH 1/2] gnu: Add emacs-xelb-no-x-toolkit.

* gnu/packages/emacs-xyz.scm (emacs-xelb-no-x-toolkit): New variable.
---
 gnu/packages/emacs-xyz.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 13471f77d1..ef5ee91355 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11387,6 +11387,14 @@ It should enable you to implement low-level X11 applications.")
 of XELB.")
     (license license:gpl3+)))
 
+(define-public emacs-xelb-no-x-toolkit
+  (package
+    (inherit emacs-xelb)
+    (name "emacs-no-x-toolkit-xelb")
+    (arguments
+     (substitute-keyword-arguments (package-arguments emacs-xelb)
+       ((#:emacs emacs) `,emacs-no-x-toolkit)))))
+
 (define-public emacs-switch-window
   (package
     (name "emacs-switch-window")

base-commit: 4c698cd51209a0102477478b026ea04bd7e45908
-- 
2.28.0


             reply	other threads:[~2020-09-28 14:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-28 14:40 Pierre Neidhardt [this message]
     [not found] ` <handler.43674.B.160130402930212.ack@debbugs.gnu.org>
2020-09-28 14:42   ` [bug#43674] Acknowledgement ([PATCH 1/2] gnu: Add emacs-xelb-no-x-toolkit.) Pierre Neidhardt
2020-10-05  8:29     ` Ludovic Courtès
2020-10-05 10:40 ` [bug#43674] [PATCH 1/2] gnu: Add emacs-xelb-no-x-toolkit zimoun
2020-10-05 14:49   ` Pierre Neidhardt

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d026t168.fsf@ambrevar.xyz \
    --to=mail@ambrevar.xyz \
    --cc=43674@debbugs.gnu.org \
    /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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.