From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mason Hock Subject: Re: Lilypond version Date: Sun, 03 Sep 2017 14:57:59 -0700 Message-ID: <1504475879.2081.1.camel@mason-x60.resnet.ucsb.edu> References: <1502744909.1818.7.camel@mason-x60.resnet.ucsb.edu> <8760dpgs1s.fsf@elephly.net> <1503081574.1829.2.camel@mason-x60.resnet.ucsb.edu> <8760dky18g.fsf@elephly.net> <1503131963.1911.0.camel@mason-x60.resnet.ucsb.edu> <87378nyb9y.fsf@elephly.net> <1503180987.1930.2.camel@mason-x60.resnet.ucsb.edu> <87ziauwyg8.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1docu9-0007Fc-7l for help-guix@gnu.org; Sun, 03 Sep 2017 17:58:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1docu4-0005md-F0 for help-guix@gnu.org; Sun, 03 Sep 2017 17:58:09 -0400 Received: from mail-pg0-x235.google.com ([2607:f8b0:400e:c05::235]:38110) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1docu4-0005m9-9P for help-guix@gnu.org; Sun, 03 Sep 2017 17:58:04 -0400 Received: by mail-pg0-x235.google.com with SMTP id b8so13708111pgn.5 for ; Sun, 03 Sep 2017 14:58:02 -0700 (PDT) In-Reply-To: <87ziauwyg8.fsf@elephly.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ricardo Wurmus Cc: "help-guix@gnu.org" 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--- >