guix-commits
[Top][All Lists]
Advanced

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

10/17: gnu: thunar: Don't use NAME in source URI.


From: guix-commits
Subject: 10/17: gnu: thunar: 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 7275e56c0604e8b4d80737bb080486e573c19efa
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon May 20 03:36:27 2019 +0200

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

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 2ba4be0..0ab6a94 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -600,7 +600,7 @@ like appearance, display, keyboard and mouse settings.")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://archive.xfce.org/src/xfce/";
-                                  name "/" (version-major+minor version) "/"
+                                  "thunar/" (version-major+minor version) "/"
                                   "Thunar-" version ".tar.bz2"))
               (sha256
                (base32



reply via email to

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