~ruther/guix-local

ref: ff838e2ce64dccd79ad275d4fc314f7f0feb9947 guix-local/gnu d---------
93622993 — Mark H Weaver 11 years ago
gnu: libpeas: Adjust to glib "bin" split.

* gnu/packages/gnome.scm (libpeas): Add glib:bin to 'native-inputs'.
d43f4296 — Ludovic Courtès 11 years ago
gnu: Add dmidecode.

* gnu/packages/admin.scm (dmidecode): New variable.
7eade0ee — Ludovic Courtès 11 years ago
gnu: guix: Update to 0.7.

* gnu/packages/package-management.scm (guix-0.6): Rename to...
  (guix-0.7): ... this.  Upgrade to 0.7.
  (guix): Alias for GUIX-0.7.
  (guix-devel): Change 'guix-0.6' to 'guix-0.7'.
2f4640e3 — Mark H Weaver 11 years ago
gnu: texlive: Disable tests on mips64el.

* gnu/packages/texlive.scm (texlive): Disable tests on mips64el.
aaf77acc — Mark H Weaver 11 years ago
gnu: boost: Omit context and coroutines libraries on mips64el.

* gnu/packages/boost.scm (boost): Omit context and coroutines libraries on
  mips64el.
41717509 — Ludovic Courtès 11 years ago
services: Use system groups where applicable.

* gnu/services/avahi.scm (avahi-service): Add 'system?' field to
  'user-group' form.
* gnu/services/base.scm (guix-service): Likewise.
* gnu/services/dbus.scm (dbus-service): Likewise.
* gnu/services/networking.scm (tor-service): Likewise.
c8fa3426 — Ludovic Courtès 11 years ago
system: Add the 'system?' field for user groups.

Suggested by Mark H. Weaver.

* gnu/system/shadow.scm (<user-group>)[system?]: New field.
  (%base-groups): Introduce 'system-group' macro, and use it.
* gnu/system.scm (user-group->gexp): Pass the 'system?' field.
* guix/build/activation.scm (add-group): Add #:system? and honor it.
  (activate-users+groups): Handle the 'system?' field.
* gnu/system/file-systems.scm (%tty-gid): Choose an ID below 1000.
* doc/guix.texi (User Accounts): Document the 'system?' field.
d9372161 — Ludovic Courtès 11 years ago
services: xorg: Honor ~/.xsession.

* gnu/services/xorg.scm (xinitrc): Attempt to execute ~/.xsession.
1dac8566 — Ludovic Courtès 11 years ago
install: Add a configuration template to the image.

* gnu/system/os-config.tmpl: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it
* gnu/system/install.scm (configuration-template-service): New
  procedure.
  (installation-services): Call it.
* doc/guix.texi (System Installation): Mention
  configuration-template.scm, and @include gnu/system/os-config.tmpl.
47b73c34 — Ludovic Courtès 11 years ago
services: xorg: Remove /var/run/slim.lock when starting.

Reported by Mark H. Weaver.

* gnu/services/xorg.scm (slim-service)[start]: Remove /var/run/slim.lock
  before starting 'slim'.
da9c8102 — Mark H Weaver 11 years ago
gnu: gcc: Update to 4.9.1.

* gnu/packages/gcc.scm (gcc-4.9): Update to 4.9.1.
77362186 — Manolis Ragkousis 11 years ago
gnu: Add libftdi.

* gnu/packages/libftdi.scm: New file
* gnu-system.am (GNU_SYSTEM_MODULES): Add libftdi.scm

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9fd571a2 — Mark H Weaver 11 years ago
gnu: Adjust more packages to GLib "bin" split.

* gnu/packages/gimp.scm (gegl): Add glib:bin to 'native-inputs'.
* gnu/packages/mail.scm (mu): Ditto.
408137d9 — Andreas Enge 11 years ago
gnu: parallel: Upgrade to 20140722.

* gnu/packages/parallel.scm (parallel): Upgrade to 20140722.
bc7f024c — Andreas Enge 11 years ago
gnu: xorriso: Upgrade to 3.1.8.

* gnu/packages/cdrom.scm (xorriso): Upgrade to 3.1.8.
1b4f23bd — Andreas Enge 11 years ago
gnu: nano: Upgrade to 2.3.6.

* gnu/packages/nano.scm (nano): Upgrade to 2.3.6.
20e6c852 — Mark H Weaver 11 years ago
gnu: htop: Update source URI.

* gnu/packages/admin.scm (htop): Update source URI.
94b13427 — Ludovic Courtès 11 years ago
gnu: module-init-tools: Fix $LINUX_MODULE_DIRECTORY handling in 'depmod'.

* gnu/packages/patches/module-init-tools-moduledir.patch: Adjust the
  'depmod' part to handle $LINUX_MODULE_DIRECTORY without a trailing
  slash.
4a8b4c25 — Ludovic Courtès 11 years ago
gnu: kmod: Install symlinks for 'insmod', 'modprobe', etc.

* gnu/packages/linux.scm (kmod)[arguments]: Add 'install-modprobe&co'
  phase.
906f7040 — Ludovic Courtès 11 years ago
gnu: module-init-tools: Handle $LINUX_MODULE_DIRECTORY without trailing slash.

Fixes <http://bugs.gnu.org/18068>.

* gnu/packages/patches/module-init-tools-moduledir.patch: Adjust to deal
  with the lack of a trailing slash.
Next