~ruther/guix-local

ref: fca300c8ea62ba7cbd2efdec12faa61884a4f6af guix-local/gnu/packages/package-management.scm -rw-r--r-- 4.2 KiB
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.
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.
7facbf2b — Ludovic Courtès 12 years ago
Merge branch 'master' into core-updates
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.
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.
bbe8d8f0 — Ludovic Courtès 12 years ago
gnu: Add Guix.

* gnu/packages/package-management.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.