guix-devel
[Top][All Lists]
Advanced

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

Re: help with setenv of perl-curses


From: ng0
Subject: Re: help with setenv of perl-curses
Date: Sat, 06 Aug 2016 13:28:39 +0000

Hi,

Vincent Legoll <address@hidden> writes:

> Hello,
>
>> +    (build-system perl-build-system)
>> +    (inputs `(("ncurses" ,ncurses)))
>> +    (arguments
>> +     `(#:phases
>> +       (modify-phases %standard-phases
>> +         (add-before
>> +             'configure 'set-curses-ldflags
>> +           (lambda* (#:key inputs #:allow-other-keys)
>> +             (setenv "CURSES_LIBTYPE" "ncurses")
>> +             (setenv "CURSES_CFLAGS"
>> +                     (string-append "-I" (assoc-ref inputs "ncurses")
>> +                                    "/include"))
>> +             (setenv "CURSES_LDFLAGS"
>> +                     (string-append "-L" (assoc-ref inputs "ncurses")
>
> Is this specific to perl-ncurses or would other ncurses-using packages also 
> need
> these definitions ?

I don't know, read the README and/or INSTALL file of this package on
cpan.

> -- 
> Vincent Legoll


-- 
♥Ⓐ  ng0
Current Keys: https://we.make.ritual.n0.is/ng0.txt
For non-prism friendly talk find me on http://www.psyced.org



reply via email to

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