Re: [PATCH] gnu: Add proxychains-ng.

2016-08-15 Thread Ricardo Wurmus
ng0 writes: > Ricardo Wurmus writes: >> + (modify-phases %standard-phases >> + (add-after 'unpack 'fix-configure-script >> + (lambda _ >> + ;; The configure script is very intolerant to unknown >> arguments, >> + ;; such as "CONFIG_SHELL". >> +

Re: [PATCH] gnu: Add proxychains-ng.

2016-08-15 Thread ng0
Ricardo Wurmus writes: > ng0 writes: > >> Ricardo Wurmus writes: >> >>> ng0 writes: >>> Ricardo Wurmus writes: >>> > Could you show us the error message in case of using > “#:configure-flags”? This really should work, so if it fails I’d like > to fix this instead of working

Re: [PATCH] gnu: Add proxychains-ng.

2016-08-15 Thread Ricardo Wurmus
ng0 writes: > Ricardo Wurmus writes: > >> ng0 writes: >> >>> Ricardo Wurmus writes: >> Could you show us the error message in case of using “#:configure-flags”? This really should work, so if it fails I’d like to fix this instead of working around it, if possible. >> >> […] >>

Re: [PATCH] gnu: Add proxychains-ng.

2016-08-15 Thread ng0
Ricardo Wurmus writes: > ng0 writes: > >> Ricardo Wurmus writes: > >>> Could you show us the error message in case of using >>> “#:configure-flags”? This really should work, so if it fails I’d like >>> to fix this instead of working around it, if possible. > > […] > > Thanks. Looks like you n

Re: [PATCH] gnu: Add proxychains-ng.

2016-08-15 Thread ng0
Ricardo Wurmus writes: > ng0 writes: > >> Ricardo Wurmus writes: > >>> Could you show us the error message in case of using >>> “#:configure-flags”? This really should work, so if it fails I’d like >>> to fix this instead of working around it, if possible. > > […] > > Thanks. Looks like you n

Re: [PATCH] gnu: Add proxychains-ng.

2016-08-15 Thread Ricardo Wurmus
ng0 writes: > Ricardo Wurmus writes: >> Could you show us the error message in case of using >> “#:configure-flags”? This really should work, so if it fails I’d like >> to fix this instead of working around it, if possible. […] Thanks. Looks like you need to set the “prefix” variable in #:

Re: [PATCH] gnu: Add proxychains-ng.

2016-08-14 Thread ng0
Ricardo Wurmus writes: > ng0 writes: > >> Leo Famulari writes: >> >>> On Fri, Aug 12, 2016 at 05:50:15PM +, ng0 wrote: * gnu/packages/networking.scm (proxychains-ng): New variable. >>> +(arguments + `(#:tests? #f + #:make-flags (list "CC=gcc") +

Re: [PATCH] gnu: Add proxychains-ng.

2016-08-14 Thread Ricardo Wurmus
ng0 writes: > Leo Famulari writes: > >> On Fri, Aug 12, 2016 at 05:50:15PM +, ng0 wrote: >>> * gnu/packages/networking.scm (proxychains-ng): New variable. >> >>> +(arguments >>> + `(#:tests? #f >>> + #:make-flags (list "CC=gcc") >>> + #:phases >>> + (modify-phases

Re: [PATCH] gnu: Add proxychains-ng.

2016-08-14 Thread ng0
Leo Famulari writes: > On Fri, Aug 12, 2016 at 05:50:15PM +, ng0 wrote: >> * gnu/packages/networking.scm (proxychains-ng): New variable. > >> +(arguments >> + `(#:tests? #f >> + #:make-flags (list "CC=gcc") >> + #:phases >> + (modify-phases %standard-phases >> +

Re: [PATCH] gnu: Add proxychains-ng.

2016-08-12 Thread ng0
Leo Famulari writes: > On Fri, Aug 12, 2016 at 05:50:15PM +, ng0 wrote: >> * gnu/packages/networking.scm (proxychains-ng): New variable. > >> +(arguments >> + `(#:tests? #f >> + #:make-flags (list "CC=gcc") >> + #:phases >> + (modify-phases %standard-phases >> +

Re: [PATCH] gnu: Add proxychains-ng.

2016-08-12 Thread Leo Famulari
On Fri, Aug 12, 2016 at 05:50:15PM +, ng0 wrote: > * gnu/packages/networking.scm (proxychains-ng): New variable. > +(arguments > + `(#:tests? #f > + #:make-flags (list "CC=gcc") > + #:phases > + (modify-phases %standard-phases > + ;; Needs to be configured thr