unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Martin Becze <mjbecze@riseup.net>
To: 40986@debbugs.gnu.org
Cc: Martin Becze <mjbecze@riseup.net>
Subject: [bug#40986] [PATCH 2/2] gnu: Add guile3.0-ncurses-with-gpm.
Date: Thu, 30 Apr 2020 11:58:57 -0500	[thread overview]
Message-ID: <294762badeedccfd3f6b6de3cb6b3693811c0f08.1588265903.git.mjbecze@riseup.net> (raw)
In-Reply-To: <f2be7628d5cce892974bb100eb07ce272f546048.1588265903.git.mjbecze@riseup.net>

* gnu/packages/guile-xyz.scm (guile3.0-ncurses/gpm): New variable.
---
 gnu/packages/guile-xyz.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 37511e9bca..82a5362637 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1892,6 +1892,13 @@ library.")
     (inputs `(("ncurses" ,ncurses/gpm)
               ("guile" ,guile-2.2)))))
 
+(define-public guile3.0-ncurses/gpm
+  (package
+    (inherit guile3.0-ncurses)
+    (name "guile3.0-ncurses-with-gpm")
+    (inputs `(("ncurses" ,ncurses/gpm)
+              ("guile" ,guile-3.0)))))
+
 (define-public guile-lib
   (package
     (name "guile-lib")
-- 
2.26.2





           reply	other threads:[~2020-04-30 16:59 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <f2be7628d5cce892974bb100eb07ce272f546048.1588265903.git.mjbecze@riseup.net>]

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=294762badeedccfd3f6b6de3cb6b3693811c0f08.1588265903.git.mjbecze@riseup.net \
    --to=mjbecze@riseup.net \
    --cc=40986@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 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).