~ruther/guix-local

9e771e3b — Ludovic Courtès 11 years ago
gnu: Adjust synopses as recommended by 'guix lint'.

Remove leading articles and trailing periods in package synopses.
c5779c93 — Ludovic Courtès 11 years ago
gnu: Synchronize GNU package descriptions with upstream.

These are mostly two-space-after-end-of-sentence-period changes
resulting from commit 3a09e1d2.
bed035c5 — Ludovic Courtès 11 years ago
sync-descriptions: Improve output of proposed descriptions.

* build-aux/sync-descriptions.scm (escape-quotes): New procedure.
  Use it.  Add quotes around the proposed description.
6bddfbc9 — Ludovic Courtès 11 years ago
nls: Update 'sr' translation.
8a7330fd — Ludovic Courtès 11 years ago
system: Use eudev instead of udev by default.

* gnu/system.scm (%base-packages): Change 'udev' to 'eudev'.
* gnu/services/base.scm (udev-service): Change #:udev to default to
  'eudev'.
66a99a06 — Ludovic Courtès 11 years ago
services: udev: Allow the use of eudev.

* gnu/services/base.scm (udev-service): Adjust 'start' method to support
  eudev in addition to udev.
ba544e78 — Ludovic Courtès 11 years ago
system: Add Diffutils to '%base-packages'.

* gnu/system.scm (%base-packages): Add DIFFUTILS.
52bd5734 — Ludovic Courtès 11 years ago
system: Add FUSE and ALSA udev rules by default.

* gnu/services/base.scm (%base-services): Pass FUSE and ALSA-UTILS to
  'udev-service'.
c19ce3a7 — Ludovic Courtès 11 years ago
gnu: eudev: Honor $EUDEV_RULES_DIRECTORY.

* gnu/packages/patches/eudev-rules-directory.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (eudev): Use it.
dc2d59af — Ludovic Courtès 11 years ago
gnu: eudev: Build with libkmod support.

* gnu/packages/linux.scm (eudev)[arguments]: New field.
9a4efac9 — Ludovic Courtès 11 years ago
gnu: fuse: Install udev rules in lib/udev/rules.d.

* gnu/packages/linux.scm (fuse): Change UDEV_RULES_PATH suffix to
  /lib/udev/rules.d.
b0e652d8 — Ludovic Courtès 11 years ago
Revert "gnu: util-linux: Don't install 'logger'."

This reverts commit c9a8ad847712dfa4811608efae2d48cb8500f72f.
7fa715e7 — Ludovic Courtès 11 years ago
gnu: Add eudev.

* gnu/packages/linux.scm (eudev): New variable.
c9a8ad84 — Ludovic Courtès 11 years ago
gnu: util-linux: Don't install 'logger'.

* gnu/packages/linux.scm (util-linux)[source]: Add 'snippet'.
6d49355d — Ludovic Courtès 11 years ago
activation: Honor $GUIX_NEW_SYSTEM for use by 'guix system reconfigure'.

* gnu/build/activation.scm (activate-current-system): Honor
  $GUIX_NEW_SYSTEM by default.
* guix/scripts/system.scm (switch-to-system): Set $GUIX_NEW_SYSTEM
  before loading SCRIPT.
ddfc2fd8 — Ludovic Courtès 11 years ago
gnu: e2fsprogs: Build with --disable-blkid.

* gnu/packages/linux.scm (e2fsprogs)[arguments]: Pass --disable-blkid.
a68c6967 — Ludovic Courtès 11 years ago
system: Add more common tools to '%base-packages'.

* gnu/system.scm (%base-packages): Add gawk, tar, gzip, bzip2, xz, lzip,
  and wireless-tools.
07b08343 — Ludovic Courtès 11 years ago
system: Produce a basic /etc/nsswitch.conf to honor /etc/hosts.

* gnu/system.scm (etc-directory): Produce nsswitch.conf.
7d6a52c0 — Ludovic Courtès 11 years ago
system: Fix the default /etc/hosts.

* gnu/system.scm (default-/etc/hosts): Fix the alias/address order.
  Add ::1.
5dae0186 — Ludovic Courtès 11 years ago
system: Add support for Linux-style mapped devices.

* gnu/system/file-systems.scm (<mapped-device>): New record type.
* gnu/system.scm (<operating-system>)[mapped-devices]: New field.
  (luks-device-mapping): New procedure.
  (other-file-system-services)[device-mappings, requirements]: New
  procedures.  Pass #:requirements to 'file-system-service'.
  (device-mapping-services): New procedure.
  (essential-services): Use it.  Append its result to the return value.
  (operating-system-initrd-file): Add comment.
* gnu/services/base.scm (file-system-service): Add #:requirements
  parameter and honor it.
  (device-mapping-service): New procedure.
* gnu/system/linux-initrd.scm (base-initrd): Add comment.
Next