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

* gnu/packages/wm.scm (xmobar)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-04-11 03:44:44 +02:00
parent 4b9e4ac73d
commit 079db05675
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ tiled on several screens.")
(source (origin
(method url-fetch)
(uri (string-append "mirror://hackage/package/xmobar/"
name "-" version ".tar.gz"))
"xmobar-" version ".tar.gz"))
(sha256
(base32
"1xh87asg8y35srvp7d3gyyy4bkxsw122liihxgzgm8pqv2z3h4zd"))))