guix-commits
[Top][All Lists]
Advanced

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

09/17: gnu: exo: Don't use NAME in source URI.


From: guix-commits
Subject: 09/17: gnu: exo: Don't use NAME in source URI.
Date: Sun, 19 May 2019 22:18:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1438306bd5ae78058129c9f343bbed1f4eba02d4
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon May 20 03:36:22 2019 +0200

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

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index e795412..2ba4be0 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -192,8 +192,8 @@ to share commonly used Xfce widgets among the Xfce 
applications.")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/";
-                                  name "/" (version-major+minor version) "/"
-                                  name "-" version ".tar.bz2"))
+                                  "exo/" (version-major+minor version) "/"
+                                  "exo-" version ".tar.bz2"))
               (sha256
                (base32
                 "1s23prcgall6r5dpn0qlrdq3zj13p95a5s0l2vflgrka8gb39x78"))))



reply via email to

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