guix-commits
[Top][All Lists]
Advanced

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

17/20: gnu: ghex: Don't use NAME in source URI.


From: guix-commits
Subject: 17/20: gnu: ghex: Don't use NAME in source URI.
Date: Tue, 19 Feb 2019 04:03:13 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2fbab84878c32ea3aefa592c91dedd40bc97412f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 19 07:36:08 2019 +0100

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 65f19c3..efbb2af 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7477,9 +7477,9 @@ micro-pauses and rest breaks, and restricts you to your 
daily limit.")
     (version "3.18.3")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://gnome/sources/" name "/"
+              (uri (string-append "mirror://gnome/sources/ghex/"
                                   (version-major+minor version) "/"
-                                  name "-" version ".tar.xz"))
+                                  "ghex-" version ".tar.xz"))
               (sha256
                (base32
                 "1lq8920ad2chi9ibmyq0x9hg9yk63b0kdbzid03w42cwdzw50x66"))))
@@ -7490,7 +7490,7 @@ micro-pauses and rest breaks, and restricts you to your 
daily limit.")
        ("which" ,which)
        ("intltool" ,intltool)
        ("yelp-tools" ,yelp-tools)
-       ("desktop-file-utils" ,desktop-file-utils))) ;for 
'desktop-file-validate'
+       ("desktop-file-utils" ,desktop-file-utils))) ; for 
'desktop-file-validate'
     (inputs
      `(("atk" ,atk)
        ("gtk" ,gtk+)))



reply via email to

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