~ruther/guix-local

d09cb449 — Ludovic Courtès 12 years ago
Update 'eo.po'.
d5d0f286 — Ludovic Courtès 12 years ago
gnu: vm: Change #:populate to a list of directives.

* gnu/system/vm.scm (qemu-image): Change 'populate' parameter to be a
  list of directives.
  (system-qemu-image): Adjust accordingly.
25eb16bf — Ludovic Courtès 12 years ago
gnu: vm: Add more ttys.

* gnu/system/vm.scm (system-qemu-image): Add more ttys.
65d195e1 — Ludovic Courtès 12 years ago
gnu: vm: Change GRUB label.

* gnu/system/vm.scm (system-qemu-image): Change GRUB label.
0b86a82d — Ludovic Courtès 12 years ago
gnu: vm: Make a union of the visible packages; add /etc/profile.

* gnu/system/vm.scm (qemu-image): Add Guix as an input when
  INITIALIZE-STORE?.
  (union): New procedure.
  (system-qemu-image): Use it.  Build /etc/profile.  Pass PROFILE among
  #:inputs-to-copy instead of listing all the individual profiles.
  Remove explicit 'build-derivations' call.
37c58656 — Ludovic Courtès 12 years ago
gnu: vm: Support derivation objects as inputs.

* gnu/system/vm.scm (expression->derivation-in-linux-vm)[input-alist]:
  Add case for derivation? objects.
  Same for #:inputs values.
  (qemu-image)[input->name+derivation]: Likewise.
8f37bf62 — Ludovic Courtès 12 years ago
Update 'NEWS'.
9ac9360d — Nikita Karetnikov 12 years ago
guix package: Show which generation is the current one.

* guix/scripts/package.scm (guix-package)[process-query]: Show that a
  generation is the current one if the profile points to it.
* tests/guix-package.sh: Test it.
aad5af9f — Nikita Karetnikov 12 years ago
tests: Use 'test -z' to check that a string equals zero.
4b2bc804 — Nikita Karetnikov 12 years ago
guix package: Do not list the zeroth generation.

* guix/scripts/package.scm (guix-package)[process-query]: Change
  'list-generation' to not list the zeroth generation.
* tests/guix-package.sh: Test it.
* doc/guix.texi (Invoking guix package): Document it, and use the
  right term when talking about generations.
0ab212b9 — Nikita Karetnikov 12 years ago
guix package: Exit with 1 when a generation cannot be listed.

* guix/scripts/package.scm (guix-package)[process-query]: Exit with 1
  when a generation does not exist or the profile points to the zeroth
  generation.
* tests/guix-package.sh: Test the former case.
98fbd7ce — Andreas Enge 12 years ago
gnu: libksba: Update to 1.3.0.

* gnu/packages/gnupg.scm (libksba): Update to 1.3.0.
24f3e788 — Andreas Enge 12 years ago
gnu: libgcrypt: Update to 1.5.3

* gnu/packages/gnupg.scm (libgcrypt): Update to 1.5.3.
f1be8061 — Andreas Enge 12 years ago
gnu: gnupg: Update to 2.0.21.

* gnu/packages/gnupg.scm (gnupg): Update to 2.0.21.
78c7e344 — Andreas Enge 12 years ago
gnu: pspp: Update to 0.8.1.

* gnu/packages/maths.scm (pspp): Update to 0.8.1.
b972db72 — Andreas Enge 12 years ago
gnu: fontconfig: Add and register gs-fonts.

* gnu/packages/fontutils.scm (fontconfig): Add gs-fonts as an input and
    register it in the configuration file; so any porgram using fontconfig
    should at least have the gs-fonts at its disposal.
f1dfb7c4 — Ludovic Courtès 12 years ago
gnu: guix: Rework 0.4 hack to gracefully handle lack of tarball.

* gnu/packages/package-management.scm (guix-0.4): Fall back to the
  source of GIUX when the tarball doesn't exist.
9fcc3555 — Ludovic Courtès 12 years ago
gnu: vm: Add a service for the Guix daemon.

* gnu/system/dmd.scm (guix-service): New procedure.
* gnu/system/vm.scm (system-qemu-image): Use it.
30f25b03 — Ludovic Courtès 12 years ago
gnu: vm: Initialize the image's store.

* gnu/system/vm.scm (qemu-image): Add 'initialize-store?' keyword
  parameter.  Use 'guix-register' when INITIALIZE-STORE? is true.
  (system-qemu-image): Pass #:initialize-store? #t.
2d195e67 — Ludovic Courtès 12 years ago
gnu: guix: Set $localstatedir; add gzip as input.

* gnu/packages/package-management.scm (guix): Add "--localstatedir=/var".
  Add GZIP as an explicit input, to avoid referring to the final gzip.
Next