doc: Fix a typo in guix.texi. * doc/guix.texi (Invoking guix environment): s/the use/use the/ Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: xmonad: Update to 0.12. * gnu/packages/wm.scm (xmonad): Update to 0.12. [source](snippet, modules): Remove. [inputs]: Add GHC-SETLOCALE and GHC-QUICKCHECK. (ghc-xmonad-contrib): Update to 0.12.
gnu: Add ghc-setlocale. * gnu/packages/haskell.scm (ghc-setlocale): New variable.
gnu: gcal: Update to 4.1. * gnu/packages/gcal.scm (gcal): Update to 4.1. [home-page]: Use https.
gnu: libtiff: Fix CVE-2017-5225. * gnu/packages/patches/libtiff-CVE-2017-5225.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff/fixed)[source]: Use it.
gnu: imagemagick: Update to 6.9.7-5. * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.7-5.
services: cuirass: Add port to cuirass configuration * gnu/services/cuirass.scm (<cuirass-configuration>): Add port field. (cuirass-shepherd-service): Honor it. * doc/guix.texi (Continuous Integration): Document it. Signed-off-by: Mathieu Lirzin <mthl@gnu.org>
gnu: libinput: Update to 1.6.0. * gnu/packages/freedesktop.scm (libinput): Update to 1.6.0.
gnu: qemu: Patch CVE-2016-10155, CVE-2017-5552. * gnu/packages/qemu.scm (qemu)[source]: Add patches. * gnu/packages/patches/qemu-CVE-2016-10155.patch, gnu/packages/patches/qemu-CVE-2017-5552.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them.
gnu: fish: Embed full path to Python. Fixes <https://bugs.gnu.org/25467>. * gnu/packages/shells.scm (fish)[arguments]: Rename phase "patch-bc" to "embed-store-paths"; embed full path to Python.
gnu: Add guile-sdl2. * gnu/packages/sdl.scm (guile-sdl2): New variable.
gnu: Add python2-slowaes. * gnu/packages/python.scm (python2-slowaes): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
gnu: Add python-qrcode. * gnu/packages/python.scm (python-qrcode, python2-qrcode): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
gnu: Add python-pbkdf2. * gnu/packages/python.scm (python-pbkdf2, python2-pbkdf2): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
gnu: perl-term-readkey: Update to 2.37. The previous version, 2.32, is not available for download anymore. * gnu/packages/perl.scm (perl-term-readkey): Update to 2.37. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
gnu: red-eclipse: Update to 1.5.8. * gnu/packages/games.scm (red-eclipse): Update to 1.5.8.
gnu: tintin++: Update to 2.01.2. * gnu/packages/games.scm (tintin++): Update to 2.01.2.
lint: Display PACKAGE@VERSION. * guix/scripts/lint.scm (run-checkers): Remove 'name' variable. Display PACKAGE@VERSION instead of PACKAGE-VERSION.
gnu: Add compton. * gnu/packages/compton.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add compton.scm Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add geos. * gnu/packages/geo.scm (geos): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>