Re: help with setenv of perl-curses

2016-08-06 Thread ng0
Hi, Efraim Flashner writes: > On Sat, Jul 23, 2016 at 01:18:10PM +, ng0 wrote: >> Possibly fixed with this patch. Things I have not addressed so >> far and require input on: How to do this >> "perl Makefile.PL PANELS MENUS FORMS" in the setup. >> Successfully built does not mean functional i

Re: help with setenv of perl-curses

2016-08-06 Thread ng0
Hi, Vincent Legoll writes: > Hello, > >> +(build-system perl-build-system) >> +(inputs `(("ncurses" ,ncurses))) >> +(arguments >> + `(#:phases >> + (modify-phases %standard-phases >> + (add-before >> + 'configure 'set-curses-ldflags >> + (lambd

Re: help with setenv of perl-curses

2016-07-25 Thread Vincent Legoll
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) > +

Re: help with setenv of perl-curses

2016-07-23 Thread Efraim Flashner
On Sat, Jul 23, 2016 at 01:18:10PM +, ng0 wrote: > Possibly fixed with this patch. Things I have not addressed so > far and require input on: How to do this > "perl Makefile.PL PANELS MENUS FORMS" in the setup. > Successfully built does not mean functional in all cases, so I > will build the pa

Re: help with setenv of perl-curses

2016-07-23 Thread ng0
Looks functional to me: it seems to recognize Curses and moves on to different errors I solved in our Gentoo package, after these are solved its about some different bugfixes I need to do/help with. ./pre-inst-env guix package -i perl-net-psyc: ng0@shadowwalker ~$ psycion You need IO::Socket::SSL

Re: help with setenv of perl-curses

2016-07-23 Thread ng0
Possibly fixed with this patch. Things I have not addressed so far and require input on: How to do this "perl Makefile.PL PANELS MENUS FORMS" in the setup. Successfully built does not mean functional in all cases, so I will build the package I needed this for now and see if it changed. >From 32d65

Re: help with setenv of perl-curses

2016-06-15 Thread Ricardo Wurmus
ng0 writes: > This is what I have so far, after many tries. > There was a generation which had a let for the ncurses in the phase, > but I seem not to be able to get the CURSES_CFLAGS and CURSES_CFLAGS > to pass along right. What makes you think that? Do you get an error? > (define-public per

help with setenv of perl-curses

2016-06-14 Thread ng0
This is what I have so far, after many tries. There was a generation which had a let for the ncurses in the phase, but I seem not to be able to get the CURSES_CFLAGS and CURSES_CFLAGS to pass along right. (define-public perl-curses (package (name "perl-curses") (version "1.34") (source