Re: [PATCH 0/2] Add libpeas.

2013-10-17 Thread Ludovic Courtès
Cyril Roelandt tipec...@gmail.com skribis: On Tue, Oct 15, 2013 at 10:12:25PM +0200, Ludovic Courtès wrote: Cyril Roelandt tipec...@gmail.com skribis: These two patches add libpeas. The first one enables the introspection feature for a few GNOME packages; the second adds libpeas.

Re: GFortran can’t find system headers

2013-10-17 Thread Nikita Karetnikov
Instead, what should do is preserve the arguments; the value associated with #:configure-flags should be changed to replace any --enable-languages=.* flag with yours. See ‘gcc-boot0’ in base.scm for how to do that. Are you talking about the ‘substitute-keyword-arguments’ part? Alternately,

Re: GFortran can’t find system headers

2013-10-17 Thread Ludovic Courtès
Nikita Karetnikov nik...@karetnikov.org skribis: Instead, what should do is preserve the arguments; the value associated with #:configure-flags should be changed to replace any --enable-languages=.* flag with yours. See ‘gcc-boot0’ in base.scm for how to do that. Are you talking about the

Re: Evince

2013-10-17 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: However, it’s unable to display the file contents: File type application/octet-stream type (application/octet-stream) is not supported but that’s because we need to put shared-mime-info in the search path (I’ll try to fix this tonight.) Done in

Re: GLib’s ‘network-address’ test failure

2013-10-17 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: To see what ‘if_indextoname’ returns in our chroot, I tried this: (use-modules (guix store) (guix derivations) (guix monads) (guix utils) (gnu packages guile)) (define builder '(begin (use-modules (system foreign)