1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-19 16:50:38 +02:00

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

* gnu/packages/vpn.scm (tinc)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice
2019-11-02 22:55:07 +01:00
parent d54a759d2b
commit 657c3ff6b5

View File

@@ -309,7 +309,7 @@ traversing network address translators (@dfn{NAT}s) and firewalls.")
(source (origin
(method url-fetch)
(uri (string-append "https://tinc-vpn.org/packages/"
name "-" version ".tar.gz"))
"tinc-" version ".tar.gz"))
(sha256
(base32
"0pl92sdwrkiwgll78x0ww06hfljd07mkwm62g8x17qn3gha3pj0q"))))