mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libebml: Don't use NAME in source URI.
* gnu/packages/xml.scm (libebml)[source]: Hard-code NAME.
This commit is contained in:
parent
62321a55de
commit
079321fac1
1 changed files with 2 additions and 2 deletions
|
@ -92,8 +92,8 @@ (define-public libebml
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dl.matroska.org/downloads/"
|
||||
name "/" name "-" version ".tar.xz"))
|
||||
(uri (string-append "https://dl.matroska.org/downloads/libebml/"
|
||||
"libebml-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17iynkj22rbszaymxiaq6k02qy9w4fs1appkn1iam4y441w7lnhy"))
|
||||
|
|
Loading…
Reference in a new issue