guix-devel
[Top][All Lists]
Advanced

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

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


From: Ricardo Wurmus
Subject: Re: [PATCH] gnu: Add proxychains-ng.
Date: Sun, 14 Aug 2016 19:16:13 +0200
User-agent: mu4e 0.9.16; emacs 25.1.1

ng0 <address@hidden> writes:

> Leo Famulari <address@hidden> writes:
>
>> On Fri, Aug 12, 2016 at 05:50:15PM +0000, 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 through the configure script.
>>> +         (replace 'configure
>>> +           (lambda* (#:key outputs #:allow-other-keys)
>>> +             (let ((out (assoc-ref outputs "out")))
>>> +               (zero? (system* "./configure"
>>> +                               (string-append "--prefix=" out)))))))))
>>
>> Does #:configure-flags not work in this case?
>
> The previous message was too much. I just wanted to point out that
> configure-flags does not seem to work in this case, but in case I made a
> mistake I appended the patch with #:configure-flags in the previous
> message. For me, the version with system ./configure works, the one with
> #:configure-flags produces a failed build.

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.

~~ Ricardo




reply via email to

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