diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-26 16:07:36 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-26 19:23:34 +0200 |
commit | 908d8bedd86b21260717c15c28f11f7daf07e28b (patch) | |
tree | 55b3960ba6b3650979479de9745d3a2b2359c46a /gnu/packages/video.scm | |
parent | 15527988d8e70980ea75f957953560e7a414f58a (diff) | |
download | guix-908d8bedd86b21260717c15c28f11f7daf07e28b.tar guix-908d8bedd86b21260717c15c28f11f7daf07e28b.tar.gz |
gnu: mkvtoolnix: Don't use NAME in source URI.
* gnu/packages/video.scm (mkvtoolnix)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index dfb28a9309..c3c0473f54 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -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")) |