guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: libdvdread: Don't use NAME in source URI.


From: guix-commits
Subject: 05/06: gnu: libdvdread: Don't use NAME in source URI.
Date: Wed, 13 Feb 2019 22:14:04 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 767b44270d28cd30896adfecda390676b6fe3f5a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Feb 14 03:47:04 2019 +0100

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

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index aa7930a..9c27272 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1638,8 +1638,8 @@ players, like VLC or MPlayer.")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.videolan.org/videolan/";
-                                  name "/" version "/"
-                                  name "-" version ".tar.bz2"))
+                                  "libdvdread/" version "/"
+                                  "libdvdread-" version ".tar.bz2"))
               (sha256
                (base32
                 "0dgr23fzcjhb7ck54xkr9zmf4jcq3ph0dz3fbyvla1c6ni9ijfxk"))))



reply via email to

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