guix-commits
[Top][All Lists]
Advanced

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

22/26: gnu: lxrandr: Don't use NAME in source URI.


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

nckx pushed a commit to branch master
in repository guix.

commit 4fa75903fc4146e3f2c94ba7bb1304229c2d413a
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon May 25 19:47:13 2020 +0200

    gnu: lxrandr: Don't use NAME in source URI.
    
    * gnu/packages/lxde.scm (lxrandr)[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 1a1e254..fbf32bf 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -132,7 +132,7 @@ able to change themes, icons, and fonts used by GTK+ 
applications.")
               (uri (string-append "mirror://sourceforge/lxde/LXRandR"
                                   "%20%28monitor%20config%20tool%29/LXRandR%20"
                                   (version-major+minor version) ".x/"
-                                  name "-" version ".tar.xz"))
+                                  "lxrandr-" version ".tar.xz"))
               (sha256
                (base32
                 "04n3vgh3ix12p8jfs4w0dyfq3anbjy33h7g53wbbqqc0f74xyplb"))))



reply via email to

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