diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-01 17:31:31 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-03 01:52:44 +0100 |
commit | c6df2f58174f7ad0876e5aee703ac2192ab1e506 (patch) | |
tree | 52dc9b951df32697136d97022b647dfe29760d14 /gnu | |
parent | fb0f4ab8ede5198c13742559596d78b9974b7df4 (diff) | |
download | patches-c6df2f58174f7ad0876e5aee703ac2192ab1e506.tar patches-c6df2f58174f7ad0876e5aee703ac2192ab1e506.tar.gz |
gnu: xclock: Don't use NAME in source URI.
* gnu/packages/xorg.scm (xclock)[source]: Hard-code NAME.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 3dd841568a..79c656cd9a 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5722,7 +5722,7 @@ Intrinsics (Xt) Library.") (origin (method url-fetch) (uri (string-append "https://www.x.org/releases/individual/app/" - name "-" version ".tar.bz2")) + "xclock-" version ".tar.bz2")) (sha256 (base32 "1fr3q4rszgx7x2zxy2ip592a3fgx20hfwac49p2l5b7jqsr1ying")))) (build-system gnu-build-system) |