Hello,
some tips:
Add libtermkey after fixing some inconveniences found in my last
attempt
<http://lists.gnu.org/archive/html/guix-devel/2016-12/msg00068.html>. I
can't run guix lint on it now, but I haven't changed anything too
important, so it should be fine.
(source (origin
(method url-fetch)
(uri
"http://www.leonerd.org.uk/code/libtermkey/libtermkey-0.18.tar.gz")
here you can use:
(source (origin
(method url-fetch)
(uri (string-append "http://www.leonerd.org.uk/code/" name
"/"
name "-" version ".tar.gz"))
(inputs `())
Remove if not used.
for 'GNU ChangeLog' review examples:
http://git.savannah.gnu.org/cgit/guix.git/log/
and read for more details:
https://www.gnu.org/software/guix/manual/html_node/Submitting-Patches.html
Is similar for the others patches!
Thanks