summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-05-25 19:47:13 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-26 00:19:40 +0200
commit4fa75903fc4146e3f2c94ba7bb1304229c2d413a (patch)
tree8ae0723a4cfd1a676a8529e15ddeb29a348b93f4
parent85343f4978cf68c5239f72fd81b30f6bb1e5ea0e (diff)
downloadpatches-4fa75903fc4146e3f2c94ba7bb1304229c2d413a.tar
patches-4fa75903fc4146e3f2c94ba7bb1304229c2d413a.tar.gz
gnu: lxrandr: Don't use NAME in source URI.
* gnu/packages/lxde.scm (lxrandr)[source]: Hard-code NAME.
-rw-r--r--gnu/packages/lxde.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index 1a1e254c79..fbf32bf337 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"))))