~ruther/guix-local

8aaaae38 — Ludovic Courtès 11 years ago
doc: List noteworthy limitations.

* doc/guix.texi (Limitations): New subsection.
6a191274 — Ludovic Courtès 11 years ago
services: syslog: Don't write trivial error messages to /dev/console.

* gnu/services/base.scm (syslog-service): Change "*.err" to "*.alert".
b63dbd44 — Ludovic Courtès 11 years ago
system: Add e2fsprogs to the base packages.

* gnu/system.scm (%base-packages): Add E2FSPROGS.
03e9998f — Ludovic Courtès 11 years ago
system: Use kmod instead of module-init-tools.

* gnu/system.scm (%base-packages): Use kmod instead of
  module-init-tools.
dc254e05 — Ludovic Courtès 11 years ago
gexp: Build 'gexp->file' derivations locally.

* guix/gexp.scm (gexp->file): Add #:local-build? argument.
f2cdcafb — Ludovic Courtès 11 years ago
gnu: kbd: Make sure unicode_{start,stop} work as expected.

* gnu/packages/linux.scm (kbd): Patch 'src/unicode_{start,stop}' to use
  'tty'.
  <phases>: Add 'post-install' phase.
cf4a9129 — Ludovic Courtès 11 years ago
doc: Move "System Configuration" higher.

* doc/guix.texi (GNU Distribution): Move "System Configuration" right
  after "System Installation".
79ad1c69 — John Darrington 11 years ago
Update 'THANKS'.

* THANKS: Correct the email address I use for Guix work.
6217ca12 — John Darrington 11 years ago
gnu: Tinyproxy: Cleanup xml dependencies

* gnu/packages/web.scm (tinyproxy): Use the XML catalog from docbook instead of
  generating a temporary one.
b4ce6300 — John Darrington 11 years ago
gnu: Enable gnome-doc-utils tests

* gnu/packages/gnome (gnome-doc-utils): Set the XML_CATALOG_FILES variable and
  enable the tests.
7f4bf030 — John Darrington 11 years ago
gnu: docbook-xsl write absolute file:// uris in catalogs instead of ./ relative ones

* gnu/packages/docbook.scm (docbook-xsl):  Replace ./ paths with file:// uris
a6639cf7 — John Darrington 11 years ago
gnu: docbook-xml: Substitute remote xml_catalog uris with local ones.

* gnu/packages/docbook.scm: substitute remote uri with local ones.
1cac3de6 — John Darrington 11 years ago
gnu: Add docbook-xml version 4.3 and 4.4

* gnu/packages/docbook.scm (docbook-xml-4.3, docbook-xml-4.4): New variables.
a37a3077 — John Darrington 11 years ago
gnu: docbook-xsl update to 1.78.1

* gnu/packages/docbook.scm (docbook-xsl): Upgrade to version 1.78.1
2dd36f5a — Ludovic Courtès 11 years ago
nls: Update 'eo' and 'vi' translations.
31469764 — Ludovic Courtès 11 years ago
Add Jason to 'AUTHORS'.
2af4937e — Jason Self 11 years ago
gnu: libvorbis: Update to 1.3.4.

* gnu/packages/xiph.scm (libvorbis): Update to version 1.3.4.

Signed-off-by: Jason Self <j@jxself.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
399fdcf7 — Jason Self 11 years ago
gnu: flac: Upgrade to 1.3.0.

* gnu/packages/xiph.scm (flac): Update to version 1.3.0.
  Remove 'patches' field.
* gnu/packages/patches/flac-fix-memcmp-not-declared.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.

Signed-off-by: Jason Self <j@jxself.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
49d91de7 — Eric Bavier 11 years ago
guix: refresh: Correctly identify invalid package names.

* guix/scripts/refresh.scm (guix-refresh): Check for null list
  returned by find-packages-by-name rather than #f.
5af6de3e — Ludovic Courtès 11 years ago
doc: Add a "System Installation" node.

* doc/guix.texi (Installation): Add cross-ref to "System Installation".
  (System Installation): New section.
  (System Configuration): Remove disclaimer.
Next