1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 11:32:21 +02:00

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

* gnu/packages/terminals.scm (libtermkey)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice
2019-02-19 16:22:35 +01:00
parent ebf8048d14
commit 49093d759c
+2 -2
View File
@@ -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)