me
/
guix
Archived
1
0
Fork 0

gnu: proxychains-ng: Update to 4.15.

* gnu/packages/networking.scm (proxychains-ng): Update to 4.15.
[arguments]: Don't explicitly return #t from phases.
master
Tobias Geerinckx-Rice 2021-11-03 01:48:12 +01:00
parent 012ee8c255
commit 4b63373ea4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 4 deletions

View File

@ -2260,14 +2260,14 @@ libproxy only have to specify which proxy to use.")
(define-public proxychains-ng (define-public proxychains-ng
(package (package
(name "proxychains-ng") (name "proxychains-ng")
(version "4.14") (version "4.15")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://ftp.barfooze.de/pub/sabotage/tarballs/" (uri (string-append "http://ftp.barfooze.de/pub/sabotage/tarballs/"
"proxychains-ng-" version ".tar.xz")) "proxychains-ng-" version ".tar.xz"))
(sha256 (sha256
(base32 "1bmhfbl1bzc87vl0xwr1wh5xvslfyc41nl2hqzhbj258p0sy004x")))) (base32 "10ch6rmbw2lwrq1bc9w4glxkws7hvsy5ihasvzf3yg053xzsn1rj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; there are no tests `(#:tests? #f ; there are no tests
@ -2280,8 +2280,7 @@ libproxy only have to specify which proxy to use.")
(substitute* "configure" (substitute* "configure"
(("\\*\\) break ;;" line) (("\\*\\) break ;;" line)
(string-append "[A-Z]*) shift ;;\n" (string-append "[A-Z]*) shift ;;\n"
line))) line)))))
#t))
(add-before 'configure 'set-up-environment (add-before 'configure 'set-up-environment
(lambda _ (lambda _
(setenv "CC" "gcc") (setenv "CC" "gcc")