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

* gnu/packages/vpn.scm (xl2tpd)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-23 22:00:41 +02:00
parent 14ccd8f883
commit 28341601b3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -528,10 +528,10 @@ WireGuard support.")
(uri (git-reference
(url "https://github.com/xelerance/xl2tpd")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1c2ahxz2zmmxwmk951d2qhijgz67zhwa1hn0r59fgz0y14w22myi"))
(file-name (string-append "xl2tpd-" version "-checkout"))))
"1c2ahxz2zmmxwmk951d2qhijgz67zhwa1hn0r59fgz0y14w22myi"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list (string-append "DESTDIR=" %output)