gnu: xl2tpd: Don't use NAME in source URI.
* gnu/packages/vpn.scm (xl2tpd)[source]: Hard-code NAME.
This commit is contained in:
parent
14ccd8f883
commit
28341601b3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user