nls: Update 'eo' translation.
size: Remove unused variables. * guix/scripts/size.scm (ensure-store-item): Remove #:dry-run? parameter. (%options): Remove 'dry-run?' variable.
Merge branch 'master' into core-updates
gnu: jemalloc: Build with gcc-4.8 on i686. * gnu/packages/jemalloc.scm (jemalloc)[native-inputs]: When compiling natively on i686, add gcc-4.8.
gnu: lame: Build with gcc-4.8 on i686. * gnu/packages/mp3.scm (lame)[native-inputs]: When compiling natively on i686, add gcc-4.8.
gnu: Add fasttree. * gnu/packages/bioinformatics.scm (fasttree): New variable.
gnu: ffmpeg: Update to 2.7.1. * gnu/packages/video.scm (ffmpeg): Update to 2.7.1.
gnu: totem-pl-parser: Add gobject-introspection support. * gnu/packages/gnome.scm (totem-pl-parser)[native-inputs]: Add gobject-introspection.
gnu: totem-pl-parser: Move glib, gmime, and libxml2 to propagated-inputs. * gnu/packages/gnome.scm (totem-pl-parser)[inputs]: Move glib, gmime, and libxml2 to ... [propagated-inputs]: ... here.
gnu: gsl: Fix poly test on i686. * gnu/packages/patches/gsl-poly-test-fix-pt1.patch, gnu/packages/patches/gsl-poly-test-fix-pt2.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/maths.scm (gsl)[source]: Add patches.
gnu: gnome-doc-utils: Add python2-libxml2 to native-inputs. This is a followup to commit 7ce3224247d3acd559841f23d1b4b49d073b15f5. * gnu/packages/gnome.scm (gnome-doc-utils)[native-inputs]: Add python2-libxml2.
gnu: itstool: Add python2-libxml2 to propagated-inputs. This is a followup to commit 7ce3224247d3acd559841f23d1b4b49d073b15f5. * gnu/packages/glib.scm (itstool)[propagated-inputs]: Add python2-libxml2.
gnu: mdadm: Add compilation fix for gcc-4.9. * gnu/packages/patches/mdadm-gcc-4.9-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/linux.scm (mdadm): Add patch.
gnu: clang: Build without debugging symbols. * gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Add #:build-type.
gnu: clang: Allow 'clang' to link executables. * gnu/packages/patches/clang-libc-search-path.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/llvm.scm (clang-from-llvm)[source]: Use it. [inputs]: Add "gcc-lib". [arguments]. Add -DGCC_INSTALL_PREFIX and -DC_INCLUDE_DIRS to #:configure-flags. Add #:phases argument.
gnu: clang: Add search path specifications. * gnu/packages/llvm.scm (clang-from-llvm)[native-search-paths]: New field.
gnu: Add libstdc++ as a standalone package. * gnu/packages/gcc.scm (make-libstdc++): New procedure. (libstdc++-4.9): New variable. * gnu/packages/commencement.scm (libstdc++): Add TODO comment.
gnu: Add ruby 2.1.6 * gnu/packages/ruby.scm (ruby-2.1): New variable.
gnu: Add control group file systems. * gnu/system/file-systems.scm (%control-groups): New variable. (%base-file-system): Include control group file systems.
gnu: Make 'mount' interface in static Guile consistent with Guix API. Rather than expecting a pointer, the version of 'mount' in guile-static-stripped now takes a string for the 'options' argument, just like the 'mount' procedure in (guix build syscalls). * gnu/packages/patches/guile-linux-syscalls.patch (mount): Expect a string or #f for 'options' argument. * gnu/build/file-systems.scm (mount-file-system): Use new 'mount' interface.