gnu: evas-generic-loaders: Update to 1.17.0. * gnu/packages/enlightenment.scm (evas-generic-loaders): Update to 1.17.0.
gnu: elementary: Update to 1.17.0. * gnu/packages/enlightenment.scm (elementary): Update to 1.17.0.
gnu: efl: Update to 1.17.0. * gnu/package/enlightenment.scm (efl): Update to 1.17.0.
gnu: hwloc: Build without numactl support on armhf. * gnu/packages/mpi.scm (hwloc)[inputs]: Drop numactl on armhf, where the package is not available.
gnu: numactl: Remove unsupported system armhf-linux. * gnu/packages/linux.scm (numactl)[supported-systems]: Remove armhf.
gnu: Remove linux-libre-4.2.5. This series is no longer supported upstream. * gnu/packages/linux.scm (linux-libre-4.2.5): Remove variable.
gnu: pius: Update to 2.2.2. * gnu/packages/gnupg.scm (pius): Update to 2.2.2.
gnu: gnupg: Update to 2.1.11. * gnu/packages/gnupg.scm (gnupg): Update to 2.1.11.
gnu: ao: Update to 1.2.0. * gnu/packages/xiph.scm (ao): Update to 1.2.0.
syscalls: 'all-network-interface-names' accepts non-alphanumeric characters. This fixes interfaces with a dash or other characters being ignored. Suggested by Jookia <166291@gmail.com>. * guix/build/syscalls.scm (%interface-line): Use [[:graph:]] instead of [[:alnum:]].
system: /etc/profile reads /etc/environment for the sake of lshd. Fixes <http://bugs.gnu.org/22175>. * gnu/system.scm (operating-system-etc-service)[profile]: Add hack to define variables from /etc/environment.
gnu: Add Italian Aspell dictionary. * gnu/packages/aspell.scm (aspell-dict-it): New variable.
gnu: sbcl: Generate and install documentation. * gnu/packages/lisp.scm (sbcl): Add 'doc' output. [arguments]: Add 'build-doc' and 'install-doc' phases. [native-inputs]: Add 'texlive' and 'texinfo'.
gnu: sbcl: Convert to the 'modify-phases' syntax. * gnu/packages/lisp.scm (sbcl): Do it.
gnu: Add emacs-slime. * gnu/packages/emacs.scm (emacs-slime): New variable.
gnu: mit-scheme: Generate and install documentation. * gnu/packages/scheme.scm (mit-scheme): Add 'doc' output. [arguments]: Add phases 'configure-doc, 'build-doc and 'install-doc. [native-inputs]: Add 'texlive'. Move 'texinfo' and 'm4' from inputs.
gnu: mit-scheme: Convert to the 'modify-phases' syntax. * gnu/packages/scheme.scm (mit-scheme): Do it.
gnu: Add emacs-constants. * gnu/packages/emacs.scm (emacs-constants): New variable. * gnu/packages/patches/emacs-constants-lisp-like.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.
gnu: Add emacs-mit-scheme-doc. * gnu/packages/emacs.scm (emacs-mit-scheme-doc): New variable.
gnu: scmutils: Generate 'scmutils-autoloads.el' file. * gnu/packages/scheme.scm (scmutils): Do it.