diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-17 15:13:41 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-17 15:20:01 +0100 |
commit | ec9299d09024290a8b9b3092b7ed272dad53576c (patch) | |
tree | 0d920972fc26c183980200fed453345137da0d5d /gnu | |
parent | 65f91295fbe8ba1665f169a669014e27cb12c0df (diff) | |
download | guix-ec9299d09024290a8b9b3092b7ed272dad53576c.tar guix-ec9299d09024290a8b9b3092b7ed272dad53576c.tar.gz |
gnu: xmonad: Don't use NAME in source URI.
* gnu/packages/wm.scm (xmonad)[source]: Hard-code NAME.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/wm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index abd51f6589..7d83f4754b 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -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")))) |