From: Leo Famulari <leo@famulari.name>
To: ng0 <ng0@we.make.ritual.n0.is>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add proxychains-ng.
Date: Fri, 12 Aug 2016 14:13:08 -0400 [thread overview]
Message-ID: <20160812181308.GB14494@jasmine> (raw)
In-Reply-To: <87ziohc1wo.fsf@we.make.ritual.n0.is>
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?
next prev parent reply other threads:[~2016-08-12 18:13 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-12 17:50 [PATCH] gnu: Add proxychains-ng ng0
2016-08-12 18:13 ` Leo Famulari [this message]
2016-08-12 19:21 ` ng0
2016-08-14 12:32 ` ng0
2016-08-14 17:16 ` Ricardo Wurmus
2016-08-14 21:01 ` ng0
2016-08-15 7:12 ` Ricardo Wurmus
2016-08-15 8:47 ` ng0
2016-08-15 9:37 ` Ricardo Wurmus
2016-08-15 9:57 ` ng0
2016-08-15 10:17 ` Ricardo Wurmus
2016-08-15 9:02 ` ng0
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160812181308.GB14494@jasmine \
--to=leo@famulari.name \
--cc=guix-devel@gnu.org \
--cc=ng0@we.make.ritual.n0.is \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.