gnu: libmatroska: Don't use NAME in source URI.

* gnu/packages/video.scm (libmatroska)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-21 03:42:22 +01:00
parent bd300261af
commit 309f340879
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ SMPTE 314M.")
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://dl.matroska.org/downloads/" (uri (string-append "https://dl.matroska.org/downloads/"
name "/" name "-" version ".tar.xz")) "libmatroska/libmatroska-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1j4mjzx6mjzfjf9hz8g4w84krf5jccmr5cyynll0j1vwv3aiv9iq")))) "1j4mjzx6mjzfjf9hz8g4w84krf5jccmr5cyynll0j1vwv3aiv9iq"))))