all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mark H Weaver <mhw@netris.org>
To: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH] gnu: Add CLIPper.
Date: Mon, 02 Mar 2015 08:56:21 -0500	[thread overview]
Message-ID: <87twy3zenu.fsf@netris.org> (raw)
In-Reply-To: <idj8ufkhibu.fsf@bimsb-sys02.mdc-berlin.net> (Ricardo Wurmus's message of "Thu, 26 Feb 2015 15:13:09 +0100")

Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> writes:

> +(define-public clipper
> +  (package
> +    (name "clipper")
> +    (version "0.3.0")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append
> +                    "https://github.com/YeoLab/clipper/archive/"
> +                    version ".tar.gz"))

For packages where the last component of the source URI (after the last
'/') does not include the name of the package, please add something like
this to the 'origin' specification:

              (file-name (string-append name "-" version ".tar.gz"))

Without this, the name of the source tarball in the store becomes
something like /gnu/store/<HASH>-0.3.0.tar.gz, which is not so good.

In core-updates f586c877054, I fixed as many of these as I could find
(all the github ones anyway), but it seems that we'll have to make
another pass at some point.

In the meantime, could you fix the ones you've recently added that are
not already fixed in f586c877054?

      Thanks!
        Mark

      parent reply	other threads:[~2015-03-02 13:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-26 14:13 [PATCH] gnu: Add CLIPper Ricardo Wurmus
2015-02-28 14:22 ` Andreas Enge
2015-03-02 13:56 ` Mark H Weaver [this message]

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=87twy3zenu.fsf@netris.org \
    --to=mhw@netris.org \
    --cc=guix-devel@gnu.org \
    --cc=ricardo.wurmus@mdc-berlin.de \
    /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.