3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/video.scm (mkvtoolnix)[source]: Hard-code NAME.
This commit is contained in:
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

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"))