gnu: torsocks: Don't use NAME in source URI.

* gnu/packages/tor.scm (torsocks)[source]: Hard-code name.
This commit is contained in:
Tobias Geerinckx-Rice 2018-12-23 03:58:07 +01:00
parent c97a1c4297
commit d77ade87fe
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -95,7 +95,7 @@ (define-public torsocks
(source (origin
(method url-fetch)
(uri (string-append "https://people.torproject.org/~dgoulet/"
name "/" name "-" version ".tar.xz"))
"torsocks/torsocks-" version ".tar.xz"))
(sha256
(base32
"0byr9ga9w79qz4vp0m11sbmspad7fsal9wm67r4znzb7zb7cis19"))))