gnu: libdvdnav: Don't use NAME in source URI.
* gnu/packages/video.scm (libdvdnav)[source]: Hard-code NAME.
This commit is contained in:
parent
ca32627ad2
commit
0104ed80ca
1 changed files with 2 additions and 2 deletions
|
@ -1862,8 +1862,8 @@ MPEG-2 stream containing VOB packets.")
|
||||||
(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 "/"
|
"libdvdnav/" version "/"
|
||||||
name "-" version ".tar.bz2"))
|
"libdvdnav-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"062njcksmpgw9yv3737qkf93r2pzhaxi9szqjabpa8d010dp38ph"))))
|
"062njcksmpgw9yv3737qkf93r2pzhaxi9szqjabpa8d010dp38ph"))))
|
||||||
|
|
Reference in a new issue