gnu: glibc-hurd: Disable werror.
* gnu/packages/base.scm (glibc/hurd)[arguments]: Add "--disable-werror".
gnu: Use hurd-triplet? to check if GNU/Hurd.
* gnu/packages/make-bootstrap.scm (hurd-triplet?): Move it from here..
* gnu/packages/hurd.scm: ..to here. New exported procedure.
* gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash)
[arguments]: Replace string-match.
[inputs]: Same.
* gnu/packages/cross-base.scm (cross-libc)[native-inputs]: Same.
gnu: chicken: Fix CVE-2016-{6830,6831}.
* gnu/packages/patches/chicken-CVE-2016-6830+CVE-2016-6831.patch: New file.
* gnu/local.mk (dist_patch_DATA): Use it.
* gnu/packages/scheme.scm (chicken)[source]: Use it.
gnu: chicken: Update to 4.11.1.
* gnu/packages/scheme.scm (chicken): Update to 4.11.1.
services: nginx: Make service extensible.
* gnu/services/web.scm (<nginx-configuration>)[server-blocks]: New
field.
(nginx-activation): When CONFIG-FILE is #f, use 'default-nginx-config'.
(nginx-shepherd-service): Likewise.
(nginx-service-type): Add 'compose' and 'extend' fields.
(nginx-service): Change default value of #:server-list to '(), and
default value of #:config-file to #f.
* doc/guix.texi (Web Services): Document it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
services: nginx: Fix multiple index and server name.
* gnu/services/web.scm (config-domain-strings, config-index-string): separate
names with a space.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
services: nginx: Rename "vhost" to "server".
* gnu/services/web.scm (<nginx-vhost-configuration>): Rename to...
(<nginx-server-configuration>): ... this.
* doc/guix.texi (Web Services): Adjust accordingly.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: r-plotrix: Update to 3.6-4.
* gnu/packages/statistics.scm (r-plotrix): Update to 3.6-4.
gnu: r-git2r: Update to 0.18.0.
* gnu/packages/statistics.scm (r-git2r): Update to 0.18.0.
gnu: r-hmisc: Update to 4.0-2.
* gnu/packages/statistics.scm (r-hmisc): Update to 4.0-2.
[propagated-inputs]: Add r-base64enc.
gnu: r-openssl: Update to 0.9.6.
* gnu/packages/statistics.scm (r-openssl): Update to 0.9.6.
gnu: r-jsonlite: Update to 1.2.
* gnu/packages/web.scm (r-jsonlite): Update to 1.2.
gnu: r-ggplot2: Update to 2.2.1.
* gnu/packages/statistics.scm (r-ggplot2): Update to 2.2.1.
gnu: r-genomicranges: Update to 1.26.2.
* gnu/packages/bioinformatics.scm (r-genomicranges): Update to 1.26.2.
gnu: r-genomeinfodb: Update to 1.10.2.
* gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.10.2.
gnu: sudo: Update to 1.8.19p1.
* gnu/packages/admin.scm (sudo): Update to 1.8.19p1.
gnu: arc-theme: Update to 20161119.
* gnu/packages/gnome.scm (arc-theme): Update to 20161119.
Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: gimp: Enable PDF support
* gnu/packages/gimp.scm (gimp)[inputs]: Add poppler.
Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: lynx: Update to 2.8.9dev.11 [fixes CVE-2016-9179].
* gnu/packages/lynx.scm (lynx): Update to 2.8.9dev.11.
gnu: Add sonic.
* gnu/packages/speech.scm (sonic): New variable.