guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: gvfs: Don't use NAME in source URI.


From: guix-commits
Subject: 07/09: gnu: gvfs: Don't use NAME in source URI.
Date: Tue, 10 Sep 2019 18:51:27 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1d68eb321ffee0ca6c450f785cc17a735493df0d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Sep 10 23:50:27 2019 +0200

    gnu: gvfs: Don't use NAME in source URI.
    
    * gnu/packages/gnome.scm (gvfs)[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 d409196..4d7ed45 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4182,9 +4182,9 @@ part of udev-extras, then udev, then systemd.  It's now a 
project on its own.")
     (version "1.36.2")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://gnome/sources/" name "/"
+              (uri (string-append "mirror://gnome/sources/gvfs/"
                                   (version-major+minor version) "/"
-                                  name "-" version ".tar.xz"))
+                                  "gvfs-" version ".tar.xz"))
               (sha256
                (base32
                 "1xq105596sk9yram5a143b369wpaiiwc9gz86n0j1kfr7nipkqn4"))))



reply via email to

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