all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: wednesday <jessejohngildersleve@zohomail.eu>
To: 35515@debbugs.gnu.org
Cc: wednesday <jessejohngildersleve@zohomail.eu>
Subject: [bug#35515] [PATCH 1/1] gnu: emacs: Add gpm to inputs.
Date: Tue, 30 Apr 2019 23:14:23 +0100	[thread overview]
Message-ID: <20190430221423.5724-2-jessejohngildersleve@zohomail.eu> (raw)
In-Reply-To: <35515@debbugs.gnu.org>

* gnu/packages/emacs.scm (emacs)[inputs]: Add gpm to support mouse on tty.
---
 gnu/packages/emacs.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 7c60cc6021..ad90e42560 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -54,7 +54,7 @@
   #:use-module (gnu packages guile)
   #:use-module (gnu packages image)
   #:use-module (gnu packages imagemagick)
-  #:use-module (gnu packages linux) ; alsa-lib
+  #:use-module (gnu packages linux) ; for alsa-lib and gpm
   #:use-module (gnu packages ncurses)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages texinfo)
@@ -146,6 +146,7 @@
        ("ncurses" ,ncurses)
 
        ;; TODO: Add the optional dependencies.
+       ("gpm" ,gpm)
        ("libx11" ,libx11)
        ("gtk+" ,gtk+)
        ("libxft" ,libxft)
-- 
2.21.0

                 reply	other threads:[~2019-04-30 22:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20190430221423.5724-2-jessejohngildersleve@zohomail.eu \
    --to=jessejohngildersleve@zohomail.eu \
    --cc=35515@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.