diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-19 16:22:35 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-19 23:45:56 +0100 |
commit | 49093d759ce5b2b37b3410ed6128ea48c71e2c79 (patch) | |
tree | 008bb28d85a3fcfb9592ca60b6b1a3d69bd2bc5f /gnu/packages | |
parent | ebf8048d1493b734e188cf5a1557002c961de319 (diff) | |
download | guix-49093d759ce5b2b37b3410ed6128ea48c71e2c79.tar guix-49093d759ce5b2b37b3410ed6128ea48c71e2c79.tar.gz |
gnu: libtermkey: Don't use NAME in source URI.
* gnu/packages/terminals.scm (libtermkey)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/terminals.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 0a3d616ac3..c761a2dae3 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -312,8 +312,8 @@ multi-seat support, a replacement for @command{mingetty}, and more.") (version "0.20") (source (origin (method url-fetch) - (uri (string-append "http://www.leonerd.org.uk/code/" - name "/" name "-" version ".tar.gz")) + (uri (string-append "http://www.leonerd.org.uk/code/libtermkey/" + "libtermkey-" version ".tar.gz")) (sha256 (base32 "1xfj6lchhfljmbcl6dz8dpakppyy13nbl4ykxiv5x4dr9b4qf3bc")))) (build-system gnu-build-system) |