mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: lxrandr: Don't use NAME in source URI.
* gnu/packages/lxde.scm (lxrandr)[source]: Hard-code NAME.
This commit is contained in:
parent
85343f4978
commit
4fa75903fc
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ (define-public lxrandr
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue