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

* gnu/packages/video.scm (libdvdnav)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-08 00:12:19 +01:00
parent ca32627ad2
commit 0104ed80ca
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -1862,8 +1862,8 @@ (define-public libdvdnav
(source (origin
(method url-fetch)
(uri (string-append "https://download.videolan.org/videolan/"
name "/" version "/"
name "-" version ".tar.bz2"))
"libdvdnav/" version "/"
"libdvdnav-" version ".tar.bz2"))
(sha256
(base32
"062njcksmpgw9yv3737qkf93r2pzhaxi9szqjabpa8d010dp38ph"))))