~ruther/guix-local

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.
8c9267a4 — Ludovic Courtès 11 years ago
system: Make D-Bus warnings non fatal.

* gnu/system.scm (etc-directory): Add 'DBUS_FATAL_WARNINGS' in PROFILE.
0a051769 — Ludovic Courtès 11 years ago
system: Create /etc/emacs/site-start.el.

* gnu/system.scm (emacs-site-file, emacs-site-directory): New
  procedures.
  (etc-directory): Add 'EMACSLOADPATH' setting to PROFILE.  Call
  'emacs-site-directory', and bind its result to /etc/emacs.
b6c5a397 — Ludovic Courtès 11 years ago
gnu: guix-devel: Propagate Geiser.

* gnu/packages/package-management.scm (guix-devel)[propagated-inputs]:
  Add GEISER.
5bf6b86f — Ludovic Courtès 11 years ago
doc: Update 'ROADMAP'.

Suggested by Omar Radwan <toxemicsquire4@gmail.com>.

* ROADMAP: Rewrite.
70e629f5 — Ludovic Courtès 11 years ago
guix system: Improve error messages.

* guix/ui.scm (report-error): Export.
* guix/scripts/system.scm (read-operating-system): Report syntax errors
  using standard GNU format.  Report other errors using 'display-error'.
fbb02045 — Joshua S. Grant 11 years ago
gnu: Add convenience macros to make module imports more concise.

* gnu.scm (use-package-modules, use-service-modules,
  use-system-modules): New macros.
3698f524 — Ludovic Courtès 11 years ago
store: Change 'run-with-store' to return a single value.

* guix/store.scm (run-with-store): Wrap 'run-with-state' in
  'call-with-values'.  Return only the first value.
Next