mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 09:16:31 +01:00
gnu: libdvdread: Don't use NAME in source URI.
* gnu/packages/video.scm (libdvdread)[source]: Hard-code NAME.
This commit is contained in:
parent
11bf3b2f03
commit
767b44270d
1 changed files with 2 additions and 2 deletions
|
@ -1638,8 +1638,8 @@ (define-public libdvdread
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue