Re: ERROR: missing interface for module (gnutls)

2013-04-23 Thread Nikita Karetnikov
 Well, gnutls.scm must be in the search path.  So for Guile, you must
 have $GUILE_LOAD_PATH set to point to that:

   export GUILE_LOAD_PATH=$HOME/.guix-profile/share/guile/site/2.0

Ah, OK.  However, I used '$HOME/.guix-profile/share/guile/site'.

Should we add it to 'pre-inst-env'?


pgpuo72FZhUi0.pgp
Description: PGP signature


Re: ERROR: missing interface for module (gnutls)

2013-04-23 Thread Ludovic Courtès
Nikita Karetnikov nik...@karetnikov.org skribis:

 Well, gnutls.scm must be in the search path.  So for Guile, you must
 have $GUILE_LOAD_PATH set to point to that:

   export GUILE_LOAD_PATH=$HOME/.guix-profile/share/guile/site/2.0

 Ah, OK.  However, I used '$HOME/.guix-profile/share/guile/site'.

 Should we add it to 'pre-inst-env'?

No, because it’s up to the user to set it up correctly, and the build
system should not rely on any undeclared external dependency.

Ludo’.