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 <jann...@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | AvatarĀ®  http://AvatarAcademy.nl  

Reply via email to