gnu: python-matplotlib: Update comments. * gnu/packages/python.scm (python-matplotlib): Update comments as, with the patched 'gobject-introspection', setting LD_LIBRARY_PATH at run time is not anymore necessary. It's still necessary at build time.
gnu: gtk+: Update to 3.14.7. * gnu/packages/gtk.scm (gtk+): Update to 3.14.7.
gnu: python-matplotlib: Remove python-pillow input. * gnu/packages/python.scm (python-matplotlib): Remove python-pillow input as it currently is broken.
gnu: atk: Update to 2.15.3. * gnu/packages/gtk.scm (atk): Update to 2.15.3.
gnu: eudev: Add pre-build phase. * gnu/packages/linux.scm (eudev): Add 'pre-build phase to fix compilation with 'gobject-introspection' 1.42.0.
gnu: eudev: Update to 2.1.1. * gnu/packages/linux.scm (eudev): Update to 2.1.1.
gnu: gdk-pixbuf: Update to 2.31.1. * gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.31.1.
gnu: pango: Update to 1.36.8. * gnu/packages/gtk.scm (pango): Update to 1.36.8.
gnu: gobject-introspection: Update to 1.42.0 and add new patch. * gnu/packages/glib.scm (gobject-introspection): Update to version 1.42.0. Add patch 'gobject-introspection-absolute-shlib-path.patch' provided by Luca Bruno <lucabru@src.gnome.org> for Nix.
gnu: linux-libre: Update to 3.18.3 * gnu/packages/linux.scm (linux-libre): Update to version 3.18.3.
gnu: rasqal: Update to 0.9.33. * gnu/packages/rdf.scm (rasqal): Update to 0.9.33.
gnu: raptor2: Update to 2.0.15. * gnu/packages/rdf.scm (raptor2): Update to 2.0.15.
gnu: Add fvwm. * gnu/packages/fvwm.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
gnu: fontconfig: Propagate expat and freetype. * gnu/packages/fontutils.scm (fontconfig)[inputs]: Move expat and freetype ... [propagated-inputs]: ... to here.
gnu: ffmpeg: Augment rpath of libraries. * gnu/packages/video.scm (ffmpeg)[arguments]<phases>[add-lib-to-run-path]: Add $out/lib to the RUNPATH of libraries.
gnu: fontconfig: Update to 2.11.92. * gnu/packages/fontutils.scm (fontconfig): Update to 2.11.92.
gnu: e2fsck-static: Use really statically-linked executables. * gnu/packages/linux.scm (e2fsprogs/static): New variable. (e2fsck/static): Use it in 'inputs'.
gnu: Add CGAL. * gnu/packages/graphics.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
system: Add "en_US.UTF-8" to the default locales, for backward compatibility. * gnu/system/locale.scm (%default-locale-definitions): Add "en_US.UTF-8".
gnu: Add Eigen. * gnu/packages/algebra.scm (eigen): New variable.