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: Mon, 04 Sep 2017 11:35:06 -0700	[thread overview]
Message-ID: <1504550106.3138.7.camel@mason-x60.resnet.ucsb.edu> (raw)
In-Reply-To: <8760cyws5g.fsf@elephly.net>

Running
$ export GUIX_PACKAGE_PATH=~/Guix
$ echo $GUIX_PACKAGE_PATH
produces "/home/<user>/Guix". The file is saved as
"/home/<user>/Guix/custom/packages/variants.scm".

Then running
$ guix package --install lilypond@2.18
or 
$ guix package --verbose --install lilypond@2.18
produces only that one error: "guix package: error: lilypond: package
not found for version 2.18"

Here's what I have in variants.scm, in case I did something wrong there:

------------------------------------------------------------------------
;;; This file is not part of GNU Guix but is distributed under the same
;;; license as GNU Guix.

(define-module (custom packages variants)
  #:use-module (guix utils)
  #:use-module (guix packages)
  #:use-module (guix download)
  #:use-module (gnu packages)
  #:use-module (gnu packages music))

(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"))))))
------------------------------------------------------------------------

On Mon, 2017-09-04 at 14:43 +0200, Ricardo Wurmus wrote:
> Mason Hock <masonhock@gmail.com> writes:
> 
> > Thank you. The first error is gone, but I still get
> >
> > guix package: error: lilypond: package not found for version 2.18
> 
> Are there any other error messages?  It does work for me, so there are
> probably other error messages that lead to a failure to evaluate the
> custom module, or GUIX_PACKAGE_PATH is incorrect.
> 
> --
> Ricardo
> 
> GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
> https://elephly.net
> 

  reply	other threads:[~2017-09-04 18:35 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
2017-09-04 12:43                 ` Ricardo Wurmus
2017-09-04 18:35                   ` Mason Hock [this message]
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=1504550106.3138.7.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.