me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/lxde.scm (lxrandr)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2020-05-25 19:47:13 +02:00
parent 85343f4978
commit 4fa75903fc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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"))))