me
/
guix
Archived
1
0
Fork 0

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

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

View File

@ -531,7 +531,9 @@ in LXDE.")
(source
(origin
(method url-fetch)
(uri (string-append "https://downloads.sourceforge.net/lxde/"
(uri (string-append "mirror://sourceforge/lxde/"
"LXSession%20%28session%20manager%29/"
"LXSession%200.5.x/"
"lxsession-" version ".tar.xz"))
(sha256
(base32 "0imv9nysip1j9lrb2z96kl05isjgp312323wnnd5b59h0ff0sgp4"))