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

* gnu/packages/video.scm (mkvtoolnix)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-08-26 16:07:36 +02:00
parent 15527988d8
commit 908d8bedd8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ H.264 (MPEG-4 AVC) video streams.")
(origin
(method url-fetch)
(uri (string-append "https://mkvtoolnix.download/sources/"
name "-" version ".tar.xz"))
"mkvtoolnix-" version ".tar.xz"))
(sha256
(base32
"0d8va2iamzc7y3wi71z8mk2vnqvnkgwb2p7casdfp37400x8r2pr"))