all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mason Hock <masonhock@gmail.com>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: "help-guix@gnu.org" <help-guix@gnu.org>
Subject: Re: Lilypond version
Date: Sun, 03 Sep 2017 14:57:59 -0700	[thread overview]
Message-ID: <1504475879.2081.1.camel@mason-x60.resnet.ucsb.edu> (raw)
In-Reply-To: <87ziauwyg8.fsf@elephly.net>

Thank you. The first error is gone, but I still get

guix package: error: lilypond: package not found for version 2.18

Any ideas?

On Sun, 2017-08-20 at 08:22 +0200, Ricardo Wurmus wrote:
> Hi,
> 
> please keep help-guix in Cc.
> 
> > Thanks. After following your steps I get
> >
> > guix package: warning: failed to load '(custom packages variants)':
> > ERROR: Unbound variable: name
> > guix package: error: lilypond: package not found for version 2.18
> 
> Okay, this means that we need to add the name field, because it is
> referenced in source -> origin -> uri.
> 
> --8<---------------cut here---------------start------------->8---
> (define lilypond-stable
>   (package (inherit lilypond)
>     (name "lilypond")
>     (version "2.18.2")
>     (source (origin
>               (method url-fetch)
>               (uri (string-append
>                     "http://download.linuxaudio.org/lilypond/sources/v"
>                     (version-major+minor version) "/"
>                     name "-" version ".tar.gz"))
>               (sha256
>                (base32
>                 "01xs9x2wjj7w9appaaqdhk15r1xvvdbz9qwahzhppfmhclvp779j"))))))
> --8<---------------cut here---------------end--------------->8---
> 

  reply	other threads:[~2017-09-03 21:58 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-14 21:08 Lilypond version Mason Hock
2017-08-15  8:21 ` Ricardo Wurmus
     [not found]   ` <1503081574.1829.2.camel@mason-x60.resnet.ucsb.edu>
2017-08-18 22:12     ` Ricardo Wurmus
     [not found]       ` <1503131963.1911.0.camel@mason-x60.resnet.ucsb.edu>
2017-08-19 12:47         ` Ricardo Wurmus
     [not found]           ` <1503180987.1930.2.camel@mason-x60.resnet.ucsb.edu>
2017-08-20  6:22             ` Ricardo Wurmus
2017-09-03 21:57               ` Mason Hock [this message]
2017-09-04 12:43                 ` Ricardo Wurmus
2017-09-04 18:35                   ` Mason Hock
2017-09-05  7:33                     ` Ricardo Wurmus
2017-09-06  4:22                       ` Mason Hock
  -- strict thread matches above, loose matches on Subject: below --
2017-08-15  2:07 Martin Castillo
2017-08-15 15:07 ` Ricardo Wurmus

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=1504475879.2081.1.camel@mason-x60.resnet.ucsb.edu \
    --to=masonhock@gmail.com \
    --cc=help-guix@gnu.org \
    --cc=rekado@elephly.net \
    /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.