~ruther/guix-local

ref: 7facbf2b58f80afffedbb9230ec7ab9b61232dfe guix-local/gnu/packages/package-management.scm -rw-r--r-- 5.0 KiB
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.