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: Leo Famulari
Subject: Re: [PATCH] gnu: Add proxychains-ng.
Date: Fri, 12 Aug 2016 14:13:08 -0400
User-agent: Mutt/1.6.0 (2016-04-01)

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?



reply via email to

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