mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -05:00
gnu: proxychains-ng: Cross-compile.
* gnu/packages/networking.scm (proxychains-ng)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
parent
4b63373ea4
commit
af5742c05b
1 changed files with 1 additions and 2 deletions
|
@ -2283,8 +2283,7 @@ (define-public proxychains-ng
|
|||
line)))))
|
||||
(add-before 'configure 'set-up-environment
|
||||
(lambda _
|
||||
(setenv "CC" "gcc")
|
||||
#t)))))
|
||||
(setenv "CC" ,(cc-for-target)))))))
|
||||
(synopsis "Redirect any TCP connection through a proxy or proxy chain")
|
||||
(description "Proxychains-ng is a preloader which hooks calls to sockets
|
||||
in dynamically linked programs and redirects them through one or more SOCKS or
|
||||
|
|
Loading…
Reference in a new issue