~ruther/guix-local

ref: 2aa76ee14a1adecf2ff51ac45ed3df73055388e5 guix-local/gnu d---------
2aa76ee1 — Ludovic Courtès 12 years ago
gnu: flex: Use Bison 2.7 for tests.

* gnu/packages/bison.scm (bison): Move FLEX to 'inputs', and remove the
  hack that turned off its test suite.
* gnu/packages/flex.scm (flex): Add 'bison-for-tests' in 'inputs', and
  use that to run the tests.
02d8d9c8 — Ludovic Courtès 12 years ago
gnu: Add Skribilo.

* gnu/packages/skribilo.scm (skribilo): New variable.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
8e70e6d2 — Ludovic Courtès 12 years ago
gnu: Add Guile-Cairo.

* gnu/packages/gtk.scm (guile-cairo): New variable.
e0d2d052 — Ludovic Courtès 12 years ago
gnu: xorriso: Update to 1.3.2.

* gnu/packages/cdrom.scm (xorriso): Update to 1.3.2.
34d02e6d — Ludovic Courtès 12 years ago
gnu: lightning: Update to 2.0.1.

* gnu/packages/lightning.scm (lightning): Update to 2.0.1.
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.
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.
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.
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.
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'
5b16ff09 — Ludovic Courtès 12 years ago
gnu: vm: Add a few packages to the default profile.

* gnu/system/vm.scm (system-qemu-image): Add procps, psmisc, and Zile to
  the default profile.  Increase the image size to 550 MiB.
87eb734d — Ludovic Courtès 12 years ago
gnu: dmd: Make the 'networking' service slightly more robust.

* gnu/system/dmd.scm (static-networking-service)[start]: Sleep before
  running 'route', to leave time for the interface to come up.
  [stop]: Run "route del -net default".
17886b30 — Ludovic Courtès 12 years ago
gnu: vm: Set the right permissions and ownership on directories.

* gnu/system/vm.scm (qemu-image): Change the store's mode to #o1775.
  Support 'populate' clauses that specify a UID and GID.
  (system-qemu-image): Make sure /nix/store has owner 'root' and group
  'guixbuild'.  Set the right owner for /home/guest.  Create
  /var/nix/profiles/per-user/{root,guest}.
Next