diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-08 00:12:19 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-08 00:23:31 +0100 |
commit | 0104ed80ca935d0d24c7ffda4d7c8302ee38b8a0 (patch) | |
tree | 27566c854caa02cb30c173bea212b9f14430e397 /gnu/packages | |
parent | ca32627ad25a6dfb20599e16610df4cb3e5246fc (diff) | |
download | patches-0104ed80ca935d0d24c7ffda4d7c8302ee38b8a0.tar patches-0104ed80ca935d0d24c7ffda4d7c8302ee38b8a0.tar.gz |
gnu: libdvdnav: Don't use NAME in source URI.
* gnu/packages/video.scm (libdvdnav)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages')
-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 710923c3f7..1fb10644d3 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1862,8 +1862,8 @@ MPEG-2 stream containing VOB packets.") (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")))) |