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
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -312,8 +312,8 @@ multi-seat support, a replacement for @command{mingetty}, and more.")
(version "0.20") (version "0.20")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.leonerd.org.uk/code/" (uri (string-append "http://www.leonerd.org.uk/code/libtermkey/"
name "/" name "-" version ".tar.gz")) "libtermkey-" version ".tar.gz"))
(sha256 (sha256
(base32 "1xfj6lchhfljmbcl6dz8dpakppyy13nbl4ykxiv5x4dr9b4qf3bc")))) (base32 "1xfj6lchhfljmbcl6dz8dpakppyy13nbl4ykxiv5x4dr9b4qf3bc"))))
(build-system gnu-build-system) (build-system gnu-build-system)