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: guix-devel@gnu.org
Subject: Re: 01/03: gnu: Add ncurses-with-gpm.
Date: Fri, 07 Jul 2017 13:14:39 +0200	[thread overview]
Message-ID: <874luocxcw.fsf@gnu.org> (raw)
In-Reply-To: <20170707052644.03EDF20DD7@vcs0.savannah.gnu.org> (Danny Milosavljevic's message of "Fri, 7 Jul 2017 01:26:43 -0400 (EDT)")

Heya Danny,

I’m really happy to see you continue John’s heroic work on the
installer!  I’ll be happy to give it a spin when you deem appropriate.

dannym@scratchpost.org (Danny Milosavljevic) skribis:

> commit 6b6c8317097482487c41f302a2ae4fc27d9220f0
> Author: Danny Milosavljevic <dannym@scratchpost.org>
> Date:   Fri Jul 7 07:07:51 2017 +0200
>
>     gnu: Add ncurses-with-gpm.
>     
>     * gnu/packages/linux.scm (ncurses/gpm): New variable.

Side note:

> +(define-public ncurses/gpm
> +  (package
> +    (inherit ncurses)
> +    (name "ncurses-with-gpm")
> +    (arguments
> +        (substitute-keyword-arguments (package-arguments ncurses)
> +         ((#:configure-flags cf)
> +          `(cons (string-append "--with-gpm=" (assoc-ref %build-inputs "gpm") "/lib/libgpm.so.2") ,cf))))
> +    (inputs
> +     `(("gpm" ,gpm)))))

Does it need the full file name of the .so?  Would be nicer if this
could be avoided, to avoid breakage in the future.

(BTW, please wrap lines to 80 chars.  :-))

Ludo’.

       reply	other threads:[~2017-07-07 11:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20170707052643.30851.55219@vcs0.savannah.gnu.org>
     [not found] ` <20170707052644.03EDF20DD7@vcs0.savannah.gnu.org>
2017-07-07 11:14   ` Ludovic Courtès [this message]
2017-07-11  9:42     ` 01/03: gnu: Add ncurses-with-gpm Danny Milosavljevic
2017-07-11 15:09       ` Leo Famulari

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=874luocxcw.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=dannym@scratchpost.org \
    --cc=guix-devel@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.