guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 09/24: gnu: libmatroska: Don't use NAME in source URI.
Date: Wed, 20 Mar 2019 23:07:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 309f340879122f8081e9a099b98b0fc1758a077b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Mar 21 03:42:22 2019 +0100

    gnu: libmatroska: Don't use NAME in source URI.
    
    * gnu/packages/video.scm (libmatroska)[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 51c030a..7b59a68 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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"))))



reply via email to

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