gnu: libsbsms: Fix build on non-Intel platforms.
* gnu/packages/audio.scm (libsbsms)[arguments]: Add "--disable-sse" to
configure-flags unless on x86_64.
gnu: libsbsms: Use modify-phases.
* gnu/packages/audio.scm (libsbsms)[arguments]: Use modify-phases.
gnu: Add lxrandr.
* gnu/packages/lxde.scm (lxrandr): New variable.
gnu: Add lxtask.
* gnu/packages/lxde.scm (lxtask): New variable.
gnu: Add lxterminal.
* gnu/packages/lxde.scm (lxterminal): New variable.
gnu: Add pcmanfm.
* gnu/packages/lxde.scm (pcmanfm): New variable.
gnu: Add libfm.
* gnu/packages/lxde.scm (libfm): New variable.
(libfm-extra): Inherit from it.
gnu: Add menu-cache.
* gnu/packages/lxde.scm (menu-cache): New variable.
gnu: Add libfm-extra.
* gnu/packages/lxde.scm (libfm-extra): New variable.
gnu: guix: Update to 0.8.3.
* gnu/packages/package-management.scm (guix-0.8.2): Rename to...
(guix-0.8.3): ... this. Adjust users. Add 'disable-container-tests'
phase.
(guix): Set to GUIX-0.8.3.
check-available-binaries: Use 'substitutable-paths'.
* build-aux/check-available-binaries.scm: Rewrite to use 'substitutable-paths'
instead of 'substitution-oracle'. The latter does more than we need, and it
no longer check the substitutability of valid items, which is not what we
want. Use 'lset-difference' instead of iterating over the items.
gnu: Add Camlp4.
* gnu/packages/ocaml.scm (camlp4): New variable.
import: pypi: Improve warning message.
* guix/import/pypi.scm (guess-requirements): Add missing newline and quotes in
warning.
gnu: hoedown: Replace 'fix-makefile' phase with make-flags.
* gnu/packages/markdown.scm (hoedown)[arguments]: Remove 'fix-makefile' phase.
Add equivalent make-flags.
gnu: Add sox.
* gnu/packages/audio.scm (sox): New variable.
gnu: man-db: Update to 2.7.1.
* gnu/packages/man.scm (man-db): Update to 2.7.1.
[arguments]: Add '--with-systemdtmpfilesdir' to configure flags.
gnu: libpipeline: Update to 1.4.0.
* gnu/packages/man.scm (libpipeline): Update to 1.4.0.
gnu: man-db: Pass --with-col to configure.
* gnu/packages/man.scm (man-db)[inputs]: Add 'util-linux'.
[arguments]: Add '--with-col' to configure flags.
gnu: Add aragorn.
* gnu/packages/bioinformatics.scm (aragorn): New variable.