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

* gnu/packages/wm.scm (xmonad)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-03-17 15:13:41 +01:00
parent 65f91295fb
commit ec9299d090
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ desktop environment.")
(source (origin
(method url-fetch)
(uri (string-append "mirror://hackage/package/xmonad/"
name "-" version ".tar.gz"))
"xmonad-" version ".tar.gz"))
(sha256
(base32
"0gqyivpw8z1x73p1l1fpyq1wc013a1c07r6xn1a82liijs91b949"))))