guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: clutter-gst: Don't use NAME in source URI.


From: guix-commits
Subject: 07/10: gnu: clutter-gst: Don't use NAME in source URI.
Date: Thu, 21 Feb 2019 11:39:13 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f010f89b13d0d40a91e05bf4ef0628454a821cfa
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Feb 21 07:48:55 2019 +0100

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fdc7814..b440b6e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3455,9 +3455,9 @@ presentations, kiosk style applications and so on.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://gnome/sources/" name "/"
+       (uri (string-append "mirror://gnome/sources/clutter-gst/"
                            (version-major+minor version) "/"
-                           name "-" version ".tar.xz"))
+                           "clutter-gst-" version ".tar.xz"))
        (sha256
         (base32 "17czmpl92dzi4h3rn5rishk015yi3jwiw29zv8qan94xcmnbssgy"))))
     (build-system gnu-build-system)



reply via email to

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