gnu: nginx: Don't replace 'sh' reference with 'bash'. * gnu/packages/web.scm (nginx)[arguments]: Substitute /bin/sh with "which sh" instead of "which bash" in 'patch-/bin/sh' phase.
gnu: Add es. * gnu/packages/shells.scm (es): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
services: prosody: Fix activation script. * gnu/services/messaging.scm (prosody-activation): Import (guix build utils) for 'mkdir-p'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
doc: Mention the need of a BIOS boot partition when using GPT. * doc/guix.text (Preparing for Installation)[Disk Partitioning]: Mention the need of a BIOS boot partition when using GPT with the defualt GRUB.
gnu: r-ggplot2: Add r-svglite to propagated-inputs. * gnu/packages/statistics.scm (r-ggplot2)[propagated-inputs]: Add r-svglite.
gnu: bundler: Update to 1.14.2. * gnu/packages/ruby.scm (bundler): Update to 1.14.2.
gnu: Add libtorrent-rasterbar. * gnu/packages/bittorrent.scm (libtorrent-rasterbar): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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>