system: Make sure user accounts refer to existing groups. Fixes <http://bugs.gnu.org/20646>. Reported by David Thompson <davet@gnu.org>. * gnu/system/shadow.scm (assert-valid-users/groups): New procedure * gnu/system.scm (operating-system-activation-script): Use it. * tests/guix-system.sh (make_user_config): New function. Add 3 tests using it. * po/guix/POTFILES.in: Add gnu/system/shadow.scm.
ui: Make 'symlink' replacement more future-proof. * guix/ui.scm (symlink): Change next-to-last 'throw' argument to explicitly ignore ARGS; change last argument to (list errno).
ui: Add 'copy-file' replacement with better error reporting. * guix/ui.scm (copy-file): New procedure.
guix system: init: Copy the closure of 'grub.cfg', not that of the system. Fixes <http://bugs.gnu.org/20591>. Reported by Daniel Pimentel <d4n1@openmailbox.org>. * guix/scripts/system.scm (install): Copy the closure of GRUB.CFG rather than that of OS-DIR.
guix system: Always add zero previous entries in grub.cfg for 'init'. * guix/scripts/system.scm (grub.cfg): Remove. (perform-action): Call 'operating-system-grub.cfg' with the empty list as the 2nd argument when ACTION is 'init.
gnu: seahorse: Add SSH support. * gnu/packages/gnome.scm (seahorse)[inputs]: Add "openssh".
gnu: Add seahorse. * gnu/packages/gnome.scm (seahorse): New variable.
gnu: Add gnome-keyring. * gnu/packages/gnome.scm (gnome-keyring): New variable.
gnu: Add GCR. * gnu/packages/gnome.scm (gcr): New variable.
guix system: init: Make sure the target is root-owned. Suggested by Mark H Weaver <mhw@netris.org>. * guix/scripts/system.scm (install): Add 'chown' and 'chmod' calls for TARGET when running as root, and warn otherwise.
gnu: linux-boot: Remove outdated and misleading comment. * gnu/build/linux-boot.scm (boot-system): Remove outdated comment.
gnu: bluez: Install the library and header files. * gnu/packages/linux.scm (bluez)[arguments]: Add --enable-library to #:configure-flags.
gnu: dbus-glib: Propagate inputs dbus and glib. * gnu/packages/glib.scm (dbus-glib): Propagate inputs dbus and glib. * gnu/packages/audio.scm (patchage), gnu/packages/gnuzilla.scm (icecat), gnu/packages/python.scm (python-dbus): Drop inputs dbus and glib. * gnu/packages/gnome.scm (colord, gconf, gnome-vfs, upower), gnu/packages/mail.scm (claws-mail), gnu/packages/messaging.scm (hexchat), gnu/packages/wicd.scm (wicd): Drop input dbus.
doc: Add "Running Guix Before It Is Installed". * doc/guix.texi (Running Guix Before It Is Installed): New node. (Packaging Guidelines): Refer to it.
doc: Update detailed node list. * doc/guix.texi (Top): Add "package Reference" and "origin Reference" in detailed node list.
doc: Change "GSD" to "GuixSD". * doc/emacs.texi (Emacs Initial Setup): Change "GSD" to "GuixSD".
gnu: gnutls: Update to 3.4.1. * gnu/packages/patches/gnutls-fix-duplicate-manpages.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/gnutls.scm (gnutls): Update to 3.4.1. Remove patch.
gnu: postgresql: Update to 9.3.7. * gnu/packages/databases.scm (postgresql): Update to 9.3.7.
doc: Clarify the module file name convention. * doc/guix.texi (Package Modules): Clarify the footnote about the module file names convention. Tweak the wording.
gnu: Add python-rq. * gnu/packages/python.scm (python-rq, python2-rq): New variables.