~ruther/guix-local

8c9a63f1 — Ludovic Courtès 12 years ago
gnu: freeipmi: Update to 1.3.2.

* gnu/packages/freeipmi.scm (freeipmi): Update to 1.3.2.
dc26f0c9 — Ludovic Courtès 12 years ago
gnu: gdb: Update to 7.6.1.

* gnu/packages/gdb.scm (gdb): Update to 7.6.1.
55f03366 — Ludovic Courtès 12 years ago
gnu: bison: Update to 3.0.

* gnu/packages/bison.scm (bison): Update to 3.0.  Make Perl a native
  input.  Add a variant of Flex as a native input.  Use #:export instead
  of 'define-public'.
* gnu/packages/flex.scm (flex): Use #:export instead of 'define-public'.
d6f10ca3 — Ludovic Courtès 12 years ago
gnu: units: Update to 2.02.

* gnu/packages/maths.scm (units): Update to 2.02.
b16b7a06 — Ludovic Courtès 12 years ago
gnu: texinfo: Update to 5.2.

* gnu/packages/texinfo.scm (texinfo): Update to 5.2.
09d80ed5 — Ludovic Courtès 12 years ago
gnu: global: Update to 6.2.9.

* gnu/packages/global.scm (global): Update to 6.2.9.
07ef14af — Ludovic Courtès 12 years ago
build: Bump version to 0.5.

* configure.ac: Switch to 0.5.
f887601a — Ludovic Courtès 12 years ago
gnu: guix: Update to 0.4.

* gnu/packages/package-management.scm (guix): Update to 0.4.
  (guix-0.4): Remove.
* gnu/system/vm.scm (qemu-image, system-qemu-image): Use GUIX instead of
  GUIX-0.4.
867e3c55 — Ludovic Courtès 12 years ago
gnu: vm: Remove erroneous store reference.

* gnu/system/vm.scm (system-qemu-image): Remove reference from BOOT to
  MINGETTY since MINGETTY may not be valid yet.
81bb9b66 — Ludovic Courtès 12 years ago
Update '.po' files.
9f84f12f — Ludovic Courtès 12 years ago
gnu: vm: Add more packages to the profile.

* gnu/system/vm.scm (system-qemu-image): Add grep, sed, and Findutils to
  the profile.
ba7ea5ce — Nikita Karetnikov 12 years ago
doc: Fix typos.

* doc/guix.texi: Fix typos.
bb5f01c5 — Ludovic Courtès 12 years ago
Update 'NEWS'.
5c413a9c — Ludovic Courtès 12 years ago
gnu: module-init-tools: Remove reference to unavailable man page tarball.

Fixes <http://bugs.gnu.org/15187>.
Reported by Mark H. Weaver <mhw@netris.org>.

* gnu/packages/linux.scm (module-init-tools): Remove reference to
  Gentoo's pre-built man pages and 'unpack-man-pages' phase.  Add
  'fake-docbook' phases.
6bf3e5f7 — Ludovic Courtès 12 years ago
Update 'NEWS'.
f312d543 — Ludovic Courtès 12 years ago
gnu: guix: Remove warning about 0.4 hack.

* gnu/packages/package-management.scm (guix-0.4): Remove warning.
2442257f — Ludovic Courtès 12 years ago
Merge branch 'core-updates'
1bb9900a — Ludovic Courtès 12 years ago
doc: Link from "guix gc" to '--delete-generations'.

* doc/guix.texi (Invoking guix package): Mention that deleting
  generations prevents roll-back.
  (Invoking guix gc): Link to '--delete-generations'.
d7ddb257 — Ludovic Courtès 12 years ago
guix package: '--delete-generations' deletes generations older than specified.

* guix/scripts/package.scm (matching-generations): Add
  'duration-relation' keyword parameter.
  (guix-package)[process-action](delete-generations): Pass
  #:duration-relation >.
* tests/guix-package.sh: Add test.
* doc/guix.texi (Invoking guix package): Clarify the meaning of
  durations for '--list-durations' and '--delete-durations'.
03f4ef28 — Ludovic Courtès 12 years ago
tests: Fix typo.

* tests/guix-package.sh: Add missing "-p" option.
Next