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

* gnu/packages/video.scm (libdvdread)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-14 03:47:04 +01:00
parent 11bf3b2f03
commit 767b44270d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1638,8 +1638,8 @@ players, like VLC or MPlayer.")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.videolan.org/videolan/" (uri (string-append "https://download.videolan.org/videolan/"
name "/" version "/" "libdvdread/" version "/"
name "-" version ".tar.bz2")) "libdvdread-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0dgr23fzcjhb7ck54xkr9zmf4jcq3ph0dz3fbyvla1c6ni9ijfxk")))) "0dgr23fzcjhb7ck54xkr9zmf4jcq3ph0dz3fbyvla1c6ni9ijfxk"))))