~ruther/guix-local

0c09a306 — Ludovic Courtès 10 years ago
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.
6ec1f4ca — Ludovic Courtès 10 years ago
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).
9b14107f — Ludovic Courtès 10 years ago
ui: Add 'copy-file' replacement with better error reporting.

* guix/ui.scm (copy-file): New procedure.
f245b03d — Ludovic Courtès 10 years ago
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.
328639e4 — Ludovic Courtès 10 years ago
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.
4a1bf090 — Ricardo Wurmus 10 years ago
gnu: seahorse: Add SSH support.

* gnu/packages/gnome.scm (seahorse)[inputs]: Add "openssh".
df90c701 — Ricardo Wurmus 10 years ago
gnu: Add seahorse.

* gnu/packages/gnome.scm (seahorse): New variable.
e99a3d6f — Ricardo Wurmus 10 years ago
gnu: Add gnome-keyring.

* gnu/packages/gnome.scm (gnome-keyring): New variable.
8ff49011 — Ricardo Wurmus 10 years ago
gnu: Add GCR.

* gnu/packages/gnome.scm (gcr): New variable.
4a35a866 — Ludovic Courtès 10 years ago
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.
40245ef3 — Ludovic Courtès 10 years ago
gnu: linux-boot: Remove outdated and misleading comment.

* gnu/build/linux-boot.scm (boot-system): Remove outdated comment.
53142109 — Andreas Enge 10 years ago
gnu: bluez: Install the library and header files.

* gnu/packages/linux.scm (bluez)[arguments]: Add --enable-library to
  #:configure-flags.
2e88d113 — Andreas Enge 10 years ago
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.
c71979f4 — Ludovic Courtès 10 years ago
doc: Add "Running Guix Before It Is Installed".

* doc/guix.texi (Running Guix Before It Is Installed): New node.
  (Packaging Guidelines): Refer to it.
92492b23 — Ludovic Courtès 10 years ago
doc: Update detailed node list.

* doc/guix.texi (Top): Add "package Reference" and "origin Reference" in
  detailed node list.
ba3bcec9 — Ludovic Courtès 10 years ago
doc: Change "GSD" to "GuixSD".

* doc/emacs.texi (Emacs Initial Setup): Change "GSD" to "GuixSD".
936715c9 — Mark H Weaver 10 years ago
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.
8605321d — Mark H Weaver 10 years ago
gnu: postgresql: Update to 9.3.7.

* gnu/packages/databases.scm (postgresql): Update to 9.3.7.
c95ded7e — Ludovic Courtès 10 years ago
doc: Clarify the module file name convention.

* doc/guix.texi (Package Modules): Clarify the footnote about the module file
  names convention.  Tweak the wording.
748cef5b — Ricardo Wurmus 10 years ago
gnu: Add python-rq.

* gnu/packages/python.scm (python-rq, python2-rq): New variables.
Next