~ruther/guix-local

ca79e42e — Ludovic Courtès 11 years ago
build-system/glib-or-gtk: Add MIME directories to $XDG_DATA_DIRS.

Fixes an Evince regression introduced in commit 3d243e9.

* guix/build/glib-or-gtk-build-system.scm (data-directories): Check the
  /mime sub-directory.
7d8379a7 — Andreas Enge 11 years ago
gnu: netpbm: Switch to svn checkout.

* gnu/packages/netpbm.scm (netpbm): Use svn-fetch for the source instead
    of a separately hosted tarball.
e0669289 — Andreas Enge 11 years ago
gnu: python-pyparsing: Update to 2.0.3.

* gnu/packages/python.scm (python-pyparsing, python2-pyparsing): Update to 2.0.3.
37cb3a69 — Ludovic Courtès 11 years ago
gnu: gtk+: Add CUPS print back-end.

* gnu/packages/gtk.scm (gtk+)[inputs]: Add CUPS.
80ae897f — Ludovic Courtès 11 years ago
doc: Mention that guix.el works out-of-the-box on GSD.

* doc/emacs.texi (Emacs Initial Setup): Mention that it works
  out-of-the-box on GSD.
842e0b95 — Ludovic Courtès 11 years ago
build: Change version to 0.8.1.

* configure.ac: Change version to 0.8.1.
a21f0e0a — Ludovic Courtès 11 years ago
gnu: libmicrohttpd: Update to 0.9.39.

* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.39.
73ebc66f — Ludovic Courtès 11 years ago
gnu: rcs: Update to 5.9.4.

* gnu/packages/version-control.scm (rcs): Update to 5.9.4.
351d7526 — Ludovic Courtès 11 years ago
gnu: parallel: Update to 20150122.

* gnu/packages/parallel.scm (parallel): Update to 20150122.
2b8ae65e — Ludovic Courtès 11 years ago
gnu: libassuan: Update to 2.2.0.

* gnu/packages/gnupg.scm (libassuan): Update to 2.2.0.
ec2da92c — Ludovic Courtès 11 years ago
gnu: util-linux: Do not build 'kill'.

* gnu/packages/linux.scm (util-linux)[source](snippet): Set
  "build_kill=no" in 'configure'.
c44ed26c — Ludovic Courtès 11 years ago
gnu: e2fsprogs: Don't build libraries and commands provided by util-linux.

* gnu/packages/linux.scm (e2fsprogs)[arguments]: Add --disable-blkid
  --disable-libuuid --disable-uuidd --disable-fsck.
9f533d60 — Ludovic Courtès 11 years ago
gnu: util-linux: Update to 2.25.2.

* gnu/packages/linux.scm (util-linux): Update to 2.25.2.  Remove
  util-linux-perl.patch, and add util-linux-tests.patch.  Adjust
  'snippet'.
  [arguments]: Remove 'patch-chkdupexe' phase.  Add 'pre-check' phase.
  [native-inputs]: Add NET-BASE.
* gnu/packages/patches/util-linux-perl.patch: Remove.
* gnu/packages/patches/util-linux-tests.patch: New file.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
61bce2f9 — Ludovic Courtès 11 years ago
gnu: e2fsprogs: Update to 1.42.11.

* gnu/packages/linux.scm (e2fsprogs): Update to 1.42.11.
53a7a016 — Ludovic Courtès 11 years ago
doc: Add services to the configuration template.

* gnu/system/os-config.tmpl (services): New field.
dd6b28d1 — Ludovic Courtès 11 years ago
install: Make sure 'info' can decompress the Info files.

* gnu/system/install.scm (log-to-info): Add GZIP to $PATH.
de71cc4f — Ludovic Courtès 11 years ago
doc: Update USB installation image name.

* doc/guix.texi (System Installation): Change image name to guix-usb-*.
3ca2731c — Ludovic Courtès 11 years ago
doc: Introduce the Guix System Distribution.

* doc/guix.texi (Introduction): Introduce "Guix System Distribution".
  Add a couple of sentences about it.  Remove "Guixotic".
  (GNU Distribution): Likewise.
  (System Installation): Ditto.
2baf4634 — Marek Benc 11 years ago
gnu: nvi: Fix Berkely DB compatability issues.

* gnu/packages/patches/nvi-db4.patch: New file.
* gnu/packages/patches/nvi-dbpagesize-binpower.patch: New file.
* gnu/packages/nvi.scm (nvi): Make use of them.
* gnu-system.am (dist_patch_DATA): Add them.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
e1626e3b — 宋文武 11 years ago
gnu: sudo: Set rundir, vardir and iologdir.

* gnu/packages/admin.scm (sudo)[arguments]<#:configure-flags>: Add
  --with-rundir=/run/sudo --with-vardir=/var/db/sudo
  --with-iologdir=/var/log/sudo-io.
Next