gnu: guile-git, guile-bytestructures: Switch to Guile 2.2. * gnu/packages/guile.scm (guile-bytestructures)[inputs]: Replace GUILE-2.0 with GUILE-2.2. (guile-git)[inputs]: Likewise.
gnu: guile-git: Update to latest Git snapshot. * gnu/packages/guile.scm (guile-git): Update to 96dfb3b. [arguments]: Remove #:parallel-tests?.
gnu: ccl: Forcibly set CCL_DEFAULT_DIRECTORY. * gnu/packages/lisp.scm (ccl)[arguments]: Unconditionally set the CCL_DEFAULT_DIRECTORY environment variable in the wrapper script. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: ccl: Install included libraries. * gnu/packages/lisp.scm (ccl)[arguments]: Add 'srfi-26' to '#:modules', and copy the included libraries to the output in the 'install' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add emacs-linum-relative. * gnu/packages/emacs.scm (emacs-linum-relative): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add emacs-highlight-sexp. * gnu/packages/emacs (emacs-highlight-sexp): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add emacs-ox-twbs. * gnu/packages/emacs.scm (emacs-ox-twbs): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add emacs-idle-highlight. * gnu/packages/emacs.scm (emacs-idle-highlight): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
hydra: Include the localstatedir in the binary tarball. This is a followup to 6b63c43e0661406bf9e8c4c54f517744fc2ffdb3. * build-aux/hydra/gnu-system.scm (tarball-jobs): Pass #:localstatedir? #t to 'self-contained-tarball'.
gnu: qutebrowser: Upgrade to 0.10.1. * gnu/packages/web.scm (qutebrowser): Upgrade to 0.10.1.
gnu: thefuck: Upgrade to 3.15 and enable tests. * gnu/packages/patches/thefuck-test-environ.patch: New patch. * gnu/packages/admin.scm (thefuck): Upgrade to 3.15. [source]: Use patch. [arguments]: Remove '#:tests? #f'. Move 'check' phase after 'install'. * gnu/local.mk (dist_patch_DATA): Add patch.
gnu: Use HTTPS for almost all gnu.org HOME-PAGEs. All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
gnu: orc: Update home page. * gnu/packages/gstreamer.scm (orc)[home-page]: Update.
gnu: icecat: Add fixes from mozilla-esr45; use skia by default. * gnu/packages/gnuzilla.scm (icecat)[source][patches]: Add fixes from the upstream mozilla-esr45 repository. [arguments]: Add 'use-skia-by-default' phase.
gnu: python-enum34: Update to 1.1.6. * gnu/packages/python.scm (python-enum34, python2-enum34): Update to 1.1.6. [arguments]: Remove custom test phase.
gnu: schismtracker: Update to 20160913. * gnu/packages/music.scm (schismtracker): Update to 20160913. [source]: Update snippet for version 20160913.
gnu: games: Don't MKDIR before INSTALL-FILE. * gnu/packages/games.scm (glkterm, glulxe, grue-hunter)[arguments]: Remove spurious MKDIRs.
gnu: retroarch: Don't use %OUTPUT. * gnu/packages/games.scm (retroarch)[arguments]: Accept an OUTPUTS key in the configure phase. Add a comment about the script. Use LET*.
gnu: games: Use ‘modify-phases’. * gnu/packages/games.scm (pingus, cmatrix, freedink-data, xboing, irrlicht, glkterm, glulx, retroarch)[arguments]: Use ‘modify-phases’ syntax.
gnu: glulxe: Fix typo. * gnu/packages/games.scm (glulxe)[description]: Fix typo.