gnu: accountsservice: Don't use NAME in source URI.
* gnu/packages/freedesktop.scm (accountsservice)[source]: Hard-code NAME.
This commit is contained in:
parent
b577306a92
commit
2a6403c1b3
1 changed files with 7 additions and 7 deletions
|
@ -879,13 +879,13 @@ message bus.")
|
||||||
(package
|
(package
|
||||||
(name "accountsservice")
|
(name "accountsservice")
|
||||||
(version "0.6.50")
|
(version "0.6.50")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.freedesktop.org/software/"
|
(uri (string-append "https://www.freedesktop.org/software/"
|
||||||
name "/" name "-" version ".tar.xz"))
|
"accountsservice/accountsservice-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0jn7vg1z4vxnna0hl33hbcb4bb3zpilxc2vyclh24vx4vvsjhn83"))))
|
||||||
"0jn7vg1z4vxnna0hl33hbcb4bb3zpilxc2vyclh24vx4vvsjhn83"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; XXX: tests require DocBook 4.1.2
|
'(#:tests? #f ; XXX: tests require DocBook 4.1.2
|
||||||
|
|
Reference in a new issue