all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: 27591@debbugs.gnu.org
Subject: [bug#27591] [PATCH 2/2] gnu: Add guile-ncurses-with-gpm.
Date: Mon, 10 Jul 2017 12:26:33 +0200	[thread overview]
Message-ID: <87r2xo610m.fsf@gnu.org> (raw)
In-Reply-To: <20170705203104.20941-2-dannym@scratchpost.org> (Danny Milosavljevic's message of "Wed, 5 Jul 2017 22:31:04 +0200")

Danny Milosavljevic <dannym@scratchpost.org> skribis:

> * gnu/packages/guile.scm (guile-ncurses/gpm): New variable.
> ---
>  gnu/packages/guile.scm | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
> index d79094e1e..9724186cc 100644
> --- a/gnu/packages/guile.scm
> +++ b/gnu/packages/guile.scm
> @@ -519,6 +519,13 @@ many readers as needed).")
>  library.")
>      (license license:lgpl3+)))
>  
> +(define-public guile-ncurses/gpm
> +  (package
> +    (inherit guile-ncurses)
> +    (name "guile-ncurses-with-gpm")
> +    (inputs `(("ncurses" ,ncurses/gpm)
> +              ("guile" ,guile-2.2)))))

LGTM, thanks!

Ludo'.

  reply	other threads:[~2017-07-10 10:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-05 20:29 [bug#27591] [PATCH 0/2] Add guile-ncurses-with-gpm and ncurses-with-gpm Danny Milosavljevic
2017-07-05 20:31 ` [bug#27591] [PATCH 1/2] gnu: Add ncurses-with-gpm Danny Milosavljevic
2017-07-05 20:31   ` [bug#27591] [PATCH 2/2] gnu: Add guile-ncurses-with-gpm Danny Milosavljevic
2017-07-10 10:26     ` Ludovic Courtès [this message]
2017-07-10 10:26   ` [bug#27591] [PATCH 1/2] gnu: Add ncurses-with-gpm 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

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

  git send-email \
    --in-reply-to=87r2xo610m.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=27591@debbugs.gnu.org \
    --cc=dannym@scratchpost.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.