me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/terminals.scm (libtermkey)[source]: Hard-code NAME.
master
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")
(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)