me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/freedesktop.scm (accountsservice)[source]: Hard-code NAME.
master
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
1 changed files with 7 additions and 7 deletions

View File

@ -879,13 +879,13 @@ message bus.")
(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