diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-14 03:47:04 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-14 03:50:18 +0100 |
commit | 767b44270d28cd30896adfecda390676b6fe3f5a (patch) | |
tree | d6a1c0ce2bf342fab5fe98911558348b9cbf2ca6 /gnu/packages/video.scm | |
parent | 11bf3b2f0391225b159ae26eca4871a19ad947e0 (diff) | |
download | gnu-guix-767b44270d28cd30896adfecda390676b6fe3f5a.tar gnu-guix-767b44270d28cd30896adfecda390676b6fe3f5a.tar.gz |
gnu: libdvdread: Don't use NAME in source URI.
* gnu/packages/video.scm (libdvdread)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index aa7930aad7..9c27272f18 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1638,8 +1638,8 @@ players, like VLC or MPlayer.") (source (origin (method url-fetch) (uri (string-append "https://download.videolan.org/videolan/" - name "/" version "/" - name "-" version ".tar.bz2")) + "libdvdread/" version "/" + "libdvdread-" version ".tar.bz2")) (sha256 (base32 "0dgr23fzcjhb7ck54xkr9zmf4jcq3ph0dz3fbyvla1c6ni9ijfxk")))) |