guix-commits
[Top][All Lists]
Advanced

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

86/182: gnu: libdvdnav: Don't use NAME in source URI.


From: guix-commits
Subject: 86/182: gnu: libdvdnav: Don't use NAME in source URI.
Date: Fri, 15 Nov 2019 00:01:43 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit c7c8e4b91d8ee0ecb5a67b3c4fd4406183adea8d
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]