guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: libdvdnav: Don't use NAME in source URI.


From: guix-commits
Subject: 01/06: gnu: libdvdnav: Don't use NAME in source URI.
Date: Thu, 7 Nov 2019 18:24:06 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0104ed80ca935d0d24c7ffda4d7c8302ee38b8a0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Nov 8 00:12:19 2019 +0100

    gnu: libdvdnav: Don't use NAME in source URI.
    
    * gnu/packages/video.scm (libdvdnav)[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 710923c..1fb1064 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1862,8 +1862,8 @@ MPEG-2 stream containing VOB packets.")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.videolan.org/videolan/";
-                                  name "/" version "/"
-                                  name "-" version ".tar.bz2"))
+                                  "libdvdnav/" version "/"
+                                  "libdvdnav-" version ".tar.bz2"))
               (sha256
                (base32
                 "062njcksmpgw9yv3737qkf93r2pzhaxi9szqjabpa8d010dp38ph"))))



reply via email to

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