mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: xmobar: Don't use NAME in source URI.
* gnu/packages/wm.scm (xmobar)[source]: Hard-code NAME.
This commit is contained in:
parent
4b9e4ac73d
commit
079db05675
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@ (define-public xmobar
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://hackage/package/xmobar/"
|
||||
name "-" version ".tar.gz"))
|
||||
"xmobar-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xh87asg8y35srvp7d3gyyy4bkxsw122liihxgzgm8pqv2z3h4zd"))))
|
||||
|
|
Loading…
Reference in a new issue