gnu: polkit-qt: Use 'mirror-url'.

* gnu/packages/polkit.scm (polkit-qt)[source]: Use 'mirror-url' over
direct kde url. Don't use name in source uri.
This commit is contained in:
Efraim Flashner 2019-11-10 11:21:30 +02:00
parent 1e5c274ecb
commit 1780e7864c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -142,8 +142,8 @@ for unprivileged applications.")
(source (origin
(method url-fetch)
(uri (string-append
"http://download.kde.org/stable/apps/KDE4.x/admin/"
name "-" version ".tar.bz2"))
"mirror://kde//stable/apps/KDE4.x/admin/"
"polkit-qt-" version ".tar.bz2"))
(sha256
(base32
"1ip78x20hjqvm08kxhp6gb8hf6k5n6sxyx6kk2yvvq53djzh7yv7"))))