all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: rennes@openmailbox.org
To: jmi2k@openmailbox.org
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add libtermkey.
Date: Mon, 05 Dec 2016 14:46:08 -0600	[thread overview]
Message-ID: <408b2e2f62bd2a4a6f93fa600ee89dce@openmailbox.org> (raw)
In-Reply-To: <mailman.27.1480957207.9937.guix-devel@gnu.org>

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

       reply	other threads:[~2016-12-05 20:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.27.1480957207.9937.guix-devel@gnu.org>
2016-12-05 20:46 ` rennes [this message]
2016-12-05 21:32 [PATCH] gnu: Add libtermkey José Miguel Sánchez García
2016-12-06 13:40 ` Marius Bakke
  -- strict thread matches above, loose matches on Subject: below --
2016-12-05 14:29 José Miguel Sánchez García

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=408b2e2f62bd2a4a6f93fa600ee89dce@openmailbox.org \
    --to=rennes@openmailbox.org \
    --cc=guix-devel@gnu.org \
    --cc=jmi2k@openmailbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.