diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-20 03:36:27 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-20 04:16:05 +0200 |
commit | 7275e56c0604e8b4d80737bb080486e573c19efa (patch) | |
tree | 88db322fc4595dc44d81e6472ffe3f446fdac089 | |
parent | 1438306bd5ae78058129c9f343bbed1f4eba02d4 (diff) |
gnu: thunar: Don't use NAME in source URI.
* gnu/packages/xfce.scm (thunar)[source]: Hard-code NAME.
-rw-r--r-- | gnu/packages/xfce.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 2ba4be0f1d..0ab6a94b86 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -600,7 +600,7 @@ like appearance, display, keyboard and mouse settings.") (source (origin (method url-fetch) (uri (string-append "http://archive.xfce.org/src/xfce/" - name "/" (version-major+minor version) "/" + "thunar/" (version-major+minor version) "/" "Thunar-" version ".tar.bz2")) (sha256 (base32 |