guix-commits
[Top][All Lists]
Advanced

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

20/26: gnu: lxpanel: Don't use NAME in source URI.


From: guix-commits
Subject: 20/26: gnu: lxpanel: Don't use NAME in source URI.
Date: Mon, 25 May 2020 18:20:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4f3e8733f90a8ec943a4b387a27e4002cdd2f324
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon May 25 19:45:00 2020 +0200

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

diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index 0317d9d..c5eb396 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -577,7 +577,7 @@ in LXDE.")
      (origin
        (method url-fetch)
        (uri (string-append "https://downloads.sourceforge.net/lxde/";
-                           name "-" version ".tar.xz"))
+                           "lxpanel-" version ".tar.xz"))
        (sha256
         (base32 "0zis3b815p375s6mymhf5sn1a0c1xv0ixxzb0mh3fqhrby6cqy26"))))
     (build-system gnu-build-system)



reply via email to

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