unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: "Thompson, David" <dthompson2@worcester.edu>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCHES] Upgrade Kodi to 16.0
Date: Sun, 13 Mar 2016 10:24:06 +0100	[thread overview]
Message-ID: <87vb4q4top.fsf@elephly.net> (raw)
In-Reply-To: <CAJ=RwfZgSyhwnBMc89gxFb+nhdWWj6kLB1HR8W0_oaKQjZfmsg@mail.gmail.com>


Thompson, David <dthompson2@worcester.edu> writes:

> Hello Mathieu,
>
> On Sat, Mar 12, 2016 at 3:10 PM, Mathieu Lirzin <mthl@gnu.org> wrote:
>> Hello David,
>>
>> David Thompson <dthompson2@worcester.edu> writes:
>>
>>>From 80f08dde121610dcc832f4e6ecdd11341166580c Mon Sep 17 00:00:00 2001
>>> From: David Thompson <dthompson2@worcester.edu>
>>> Date: Sat, 12 Mar 2016 12:23:47 -0500
>>> Subject: [PATCH 1/3] gnu: Add crossguid.
>>>
>>> * gnu/packages/kodi.scm (crossguid): New variable.
>>> ---
>> [...]
>>> +(define-public crossguid
>>> +  (let ((commit "8f399e8bd4252be9952f3dfa8199924cc8487ca4"))
>>> +    (package
>>> +      (name "crossguid")
>>> +      (version (string-append "0.0-1." (string-take commit 7)))
>>> +      ;; There's no official release.  Just a Git repository.
>>> +      (source (origin
>>> +                (method git-fetch)
>>> +                (uri (git-reference
>>> +                      (url "https://github.com/graeme-hill/crossguid.git")
>>> +                      (commit commit)))
>>> +                (sha256
>>> +                 (base32
>>> +                  "1i29y207qqddvaxbn39pk2fbh3gx8zvdprfp35wasj9rw2wjk3s9"))))
>>
>> You have omitted “(file-name (string-append name "-" version ".tar.gz"))”.
>
> Not in this case because it's a git checkout, not a tarball download.

Shouldn’t it be named “...-checkout” then?  We do this a lot in the
bioinformatics.scm module.

~~ Ricardo

  reply	other threads:[~2016-03-13  9:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-12 17:27 [PATCHES] Upgrade Kodi to 16.0 David Thompson
2016-03-12 20:10 ` Mathieu Lirzin
2016-03-13  1:02   ` Thompson, David
2016-03-13  9:24     ` Ricardo Wurmus [this message]
2016-03-14 19:14       ` Thompson, David
2016-03-14 21:53         ` Mathieu Lirzin
2016-03-15 16:17         ` Ludovic Courtès

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87vb4q4top.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=dthompson2@worcester.edu \
    --cc=guix-devel@gnu.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).