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

* gnu/packages/freedesktop.scm (accountsservice)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-30 20:19:11 +01:00
parent b577306a92
commit 2a6403c1b3
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -879,13 +879,13 @@ (define-public accountsservice
(package
(name "accountsservice")
(version "0.6.50")
(source (origin
(method url-fetch)
(uri (string-append "https://www.freedesktop.org/software/"
name "/" name "-" version ".tar.xz"))
(sha256
(base32
"0jn7vg1z4vxnna0hl33hbcb4bb3zpilxc2vyclh24vx4vvsjhn83"))))
(source
(origin
(method url-fetch)
(uri (string-append "https://www.freedesktop.org/software/"
"accountsservice/accountsservice-" version ".tar.xz"))
(sha256
(base32 "0jn7vg1z4vxnna0hl33hbcb4bb3zpilxc2vyclh24vx4vvsjhn83"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; XXX: tests require DocBook 4.1.2