Evince

2013-10-14 Thread Andreas Enge
Evince does not work at all for me. When I call evince file.pdf, the console output is ** (evince:5791): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files Error registering document:

Re: [PATCH] Add libtheora package

2013-10-14 Thread David Thompson
On 10/14/2013 05:23 AM, Andreas Enge wrote: On Sun, Oct 13, 2013 at 07:20:59PM -0400, David Thompson wrote: How does it look? It compiles well and looks good, congratulations! One point, though: If you do cd /nix/store/f06apny3g77kjk0wxzhmgl4b3ya77f0b-libtheora-1.1.1/lib/pkgconfig/

[PATCH 0/2] Add libpeas.

2013-10-14 Thread Cyril Roelandt
These two patches add libpeas. The first one enables the introspection feature for a few GNOME packages; the second adds libpeas. Cyril Roelandt. --- Cyril Roelandt (2): gnu: gtk+: enable introspection. gnu: Add libpeas. gnu/packages/gnome.scm | 68

[PATCH 2/2] gnu: Add libpeas.

2013-10-14 Thread Cyril Roelandt
gnu/packages/gnome.scm (libpeas): New variable. --- gnu/packages/gnome.scm | 68 ++ 1 file changed, 68 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 16e491d..97dd4c4 100644 --- a/gnu/packages/gnome.scm +++

GFortran can’t find system headers

2013-10-14 Thread Nikita Karetnikov
I’m trying to package APL, which requires LAPACK, which requires Fortran. Here’s my attempt to add the last one: (define-public gfortran-4.8 (package (inherit gcc-4.8) (name gfortran) (arguments `(#:configure-flags '(--enable-languages=fortran) I get the following error while