guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: folks: Don't use NAME in source URI.


From: guix-commits
Subject: 08/10: gnu: folks: Don't use NAME in source URI.
Date: Mon, 4 Mar 2019 18:30:39 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e5f4796e622b353d10a6cf5d5b78f91b5113c094
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 4 23:32:47 2019 +0100

    gnu: folks: Don't use NAME in source URI.
    
    * gnu/packages/gnome.scm (folks)[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 277b310..9dae81f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6689,9 +6689,9 @@ the Moka icon theme.")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "mirror://gnome/sources/" name "/"
+                    "mirror://gnome/sources/folks/"
                     (version-major+minor version) "/"
-                    name "-" version ".tar.xz"))
+                    "folks-" version ".tar.xz"))
               (sha256
                (base32
                 "1f51albxgfqxbax57i3pcgv2fx7i419xaapzdvldas6gw100ma1m"))))



reply via email to

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