From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Lilypond version Date: Sun, 20 Aug 2017 08:22:15 +0200 Message-ID: <87ziauwyg8.fsf@elephly.net> 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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1djJcw-0003zL-Kw for help-guix@gnu.org; Sun, 20 Aug 2017 02:22:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1djJct-0004aY-EB for help-guix@gnu.org; Sun, 20 Aug 2017 02:22:26 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21055) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1djJct-0004aC-7e for help-guix@gnu.org; Sun, 20 Aug 2017 02:22:23 -0400 In-reply-to: <1503180987.1930.2.camel@mason-x60.resnet.ucsb.edu> 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: Mason Hock Cc: "help-guix@gnu.org" 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--- -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net