Hi,

Vincent Legoll <vincent.leg...@gmail.com> 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