services: xorg: Document 'slim-configuration' and deprecate 'slim-service'. * gnu/services/xorg.scm (<slim-configuration>): Provide default values for all fields. (slim-service-type)[default-value]: New field. * doc/guix.texi (X Window): Remove 'slim-service' documentation. Document 'slim-service-type' and 'slim-configuration'. * gnu/services/desktop.scm (%desktop-services): Use 'slim-service-type'.
services: slim: Remove unused 'bash' configuration field. * gnu/services/xorg.scm (<slim-configuration>)[bash]: Remove. (slim-service): Adjust accordingly.
services: xorg: Allow users to specify a list of modules. * gnu/services/xorg.scm (%default-xorg-fonts): New variable. (xorg-configuration-file): Add #:modules and #:fonts. Rewrite to return a 'computed-file' that honors MODULES and FONTS. (xorg-wrapper): Pass #:modules to 'xorg-configuration-file'. (xorg-start-command): Add #:fonts. Pass #:fonts and #:modules to 'xorg-configuration-file'. * doc/guix.texi (X Window): Adjust documentation of 'xorg-start-command' and 'xorg-configuration-file'.
gnu: xdg-utils: Add perl-file-mimeinfo as an input. * gnu/packages/freedesktop.scm (perl-file-mimeinfo) [input]: Add perl-file-mimeinfo. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add perl-file-mimeinfo. * gnu/packages/freedesktop.scm (perl-file-mimeinfo): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add perl-file-desktopentry. * gnu/packages/freedesktop.scm (perl-file-desktopentry): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add perl-file-basedir. * gnu/packages/freedesktop.scm: (perl-file-basedir): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
ui: Avoid "pkg:out" syntax when reporting collisions. * guix/ui.scm (call-with-error-handling)[manifest-entry-output*]: New procedure. Use it when reporting collisions.
gnu: node: Update to 8.9.1. * gnu/packages/node.scm (node): Update to 8.9.1. [source]: Apply 'node-test-http2-server-rst-stream.patch'. [arguments]: Skip 'doc-only' target in 'check', which attempts to use npm to retrieve 'js-yaml' package. Remove test/doctool/test-make-doc.js. Do not remove now-missing test case. Remove new test case that fails in containers due to networking. * gnu/packages/patches/node-test-http2-server-rst-stream.patch: New file. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: libmicrohttpd: Update to 0.9.57. * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.57. [description]: Fix line breaks.
gnu: nano: Update to 2.9.1. * gnu/packages/nano.scm (nano): Update to 2.9.1.
gnu: emacs-org-contrib: Fix sha256 checksum due to emacs-org update. * gnu/packages/emacs.scm (emacs-org-contrib)[source]: Fix sha256 checksum.
services: configuration: Show default values of list types. * doc/guix.texi (Messaging Services): Regenerate it. * gnu/services/configuration.scm (show-default?): Check VAL rather than DEFAULT. * gnu/services/messaging.scm (show-default?): Check VAL rather than DEFAULT. (prosody-configuration)[modules-enabled]: Remove default value from docstring.
gnu: lua-lpeg: Avoid code repetition. * gnu/packages/lua.scm (make-lua-lpeg): New procedure. (lua-lpeg, lua5.2-lpeg): Call make-lua-lpeg.
gnu: gnurl: Update to 7.56.1-2. * gnu/packages/gnunet.scm (gnurl): Update to 7.56.1-2. [arguments]: Adjust the #:configure-flags. Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: Add vim-fugitive. * gnu/packages/vim.scm (vim-fugitive): New variable.
gnu: Add gama. * gnu/packages/gps.scm (gama): New variable.
gnu: Patch udisks to directly reference cryptsetup and parted. This fixes some functionality in gnome-disks, which uses udisks. Adding cryptsetup enables creating partitions using LUKS, and adding parted enables editing the partition tables through the disks application. * gnu/packages/freedesktop.scm (udisks)[inputs]: Add cryptsetup and parted. (arguments): Rename set-mount-file-name phase, and add cryptsetup and parted.
services: desktop: Create /var/run/udisks2 for the udisks service. * gnu/services/desktop.scm (%udisks-activation): New variable. (udisks-service-type)[extensions]: Extend the activation service type with %udisks-activation.
gnu: openntpd: Enable use of TLS-based time constraints. * gnu/packages/ntp.scm (openntpd)[inputs]: Add libressl.