guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 01/03: gnu: Add ncurses-with-gpm.


From: Ludovic Courtès
Subject: Re: 01/03: gnu: Add ncurses-with-gpm.
Date: Fri, 07 Jul 2017 13:14:39 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

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.

address@hidden (Danny Milosavljevic) skribis:

> commit 6b6c8317097482487c41f302a2ae4fc27d9220f0
> Author: Danny Milosavljevic <address@hidden>
> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]