unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40986] [PATCH 2/2] gnu: Add guile3.0-ncurses-with-gpm.
       [not found] <f2be7628d5cce892974bb100eb07ce272f546048.1588265903.git.mjbecze@riseup.net>
@ 2020-04-30 16:58 ` Martin Becze
  0 siblings, 0 replies; only message in thread
From: Martin Becze @ 2020-04-30 16:58 UTC (permalink / raw)
  To: 40986; +Cc: Martin Becze

* 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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-30 16:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <f2be7628d5cce892974bb100eb07ce272f546048.1588265903.git.mjbecze@riseup.net>
2020-04-30 16:58 ` [bug#40986] [PATCH 2/2] gnu: Add guile3.0-ncurses-with-gpm Martin Becze

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).