nckx pushed a commit to branch master
in repository guix.
commit 4fa75903fc4146e3f2c94ba7bb1304229c2d413a
Author: Tobias Geerinckx-Rice <[email protected]>
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"))))