guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: guile-next: Set correct native search paths.


From: Jan Nieuwenhuizen
Subject: Re: [PATCH] gnu: guile-next: Set correct native search paths.
Date: Sat, 13 Feb 2016 08:25:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Thompson, David writes:

> I've started building my own projects with Guile 2.1.2 and I noticed
> that the search paths needed adjustment in order to find modules.

Ah...great I've been wondering about this; assuming everyone would
be running latest guile.

Do we want a guile-next-lib, I am using this

(define-public guile-next-lib
  (package (inherit guile-lib)
    (name "guile-lib-next")
    (version "0.2.2")
    (inputs `(("guile" ,guile-next)))
    (arguments
     (append (substitute-keyword-arguments
              `(#:tests? #f ;; 2 tests still fail
                ,@(package-arguments guile-lib)))))))


Greetings,
Jan

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | AvatarĀ®  http://AvatarAcademy.nl  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]