me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/video.scm (libmatroska)[source]: Hard-code NAME.
master
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
(method url-fetch)
(uri (string-append "https://dl.matroska.org/downloads/"
name "/" name "-" version ".tar.xz"))
"libmatroska/libmatroska-" version ".tar.xz"))
(sha256
(base32
"1j4mjzx6mjzfjf9hz8g4w84krf5jccmr5cyynll0j1vwv3aiv9iq"))))