On Wed, Feb 10, 2016 at 9:17 AM, Ludovic Courtès <[email protected]> wrote: > Christopher Allan Webber <[email protected]> skribis: > >> Just for posterity, Dave helped me figure out what was wrong. I missed >> putting guile-2.0 in my inputs. Critical! Well, once I did that, >> things were fine! > > Indeed. However, since Haunt ships a command-line tool, we should fix > the Haunt package in Guix to wrap ‘bin/haunt’ such that the tool has > GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH properly set. > > Done in 4ecbf6d. I think it should be fixed upstream though. :-)
I don't understand why this would require an upstream fix for what seems to be a Guix-specific quirk. Could you elaborate? > BTW, ‘guix build haunt --with-input=guile=guile-next’ fails at configure > time (it insists on 2.0.) Thanks, Ludo. I noticed that in another project of mine. I guess I'm using the wrong autoconf macro to check for the version being greater than 2.0.x. I'll have to figure out what the correct thing is. - Dave
