guix-commits
[Top][All Lists]
Advanced

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

13/17: gnu: tumbler: Don't use NAME in source URI.


From: guix-commits
Subject: 13/17: gnu: tumbler: 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 5cb92d7ed5d77be7af3bebd393c4c23f3b066097
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon May 20 03:40:26 2019 +0200

    gnu: tumbler: Don't use NAME in source URI.
    
    * gnu/packages/xfce.scm (tumbler)[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 8743135..c3ddf9f 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -254,8 +254,8 @@ merging features essential for loading menus modified with 
menu editors.")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/";
-                                  name "/" (version-major+minor version) "/"
-                                  name "-" version ".tar.bz2"))
+                                  "tumbler/" (version-major+minor version) "/"
+                                  "tumbler-" version ".tar.bz2"))
               (sha256
                (base32
                 "19mnwmcxdhqfqkd9433z8h2y8w49vlc7jw5p5h8j54wz7zhrgx0g"))))



reply via email to

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