diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-25 19:47:13 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-26 00:19:40 +0200 |
commit | 4fa75903fc4146e3f2c94ba7bb1304229c2d413a (patch) | |
tree | 8ae0723a4cfd1a676a8529e15ddeb29a348b93f4 /gnu/packages/lxde.scm | |
parent | 85343f4978cf68c5239f72fd81b30f6bb1e5ea0e (diff) | |
download | guix-4fa75903fc4146e3f2c94ba7bb1304229c2d413a.tar guix-4fa75903fc4146e3f2c94ba7bb1304229c2d413a.tar.gz |
gnu: lxrandr: Don't use NAME in source URI.
* gnu/packages/lxde.scm (lxrandr)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/lxde.scm')
-rw-r--r-- | gnu/packages/lxde.scm | 2 |
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")))) |