me
/
guix
Archived
1
0
Fork 0

gnu: lxinput: Use a mirror:// URI.

* gnu/packages/lxde.scm (lxinput)[source]: Use a mirror URI.
Maxim Cournoyer 2022-08-17 22:50:00 -04:00
parent 6592a8753c
commit 5c4d7a4a89
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 2 deletions

View File

@ -505,8 +505,9 @@ menu spec-compliant desktop menus for LXDE.")
(source
(origin
(method url-fetch)
(uri (string-append "https://downloads.sourceforge.net/lxde/"
name "-" version ".tar.xz"))
(uri (string-append "mirror://sourceforge/lxde/"
"LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/"
"LXInput%200.3.x/" name "-" version ".tar.xz"))
(sha256
(base32
"123f3yn4rp1w5b3n5aj3ad9snkxab29qkrs7bcvf5bx4cn57g3sf"))))