guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 01/02: gnu: mkvtoolnix: Don't use NAME in source URI.
Date: Mon, 26 Aug 2019 13:24:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 908d8bedd86b21260717c15c28f11f7daf07e28b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Aug 26 16:07:36 2019 +0200

    gnu: mkvtoolnix: Don't use NAME in source URI.
    
    * gnu/packages/video.scm (mkvtoolnix)[source]: Hard-code NAME.
---
 gnu/packages/video.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index dfb28a9..c3c0473 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]