summaryrefslogtreecommitdiff
path: root/gnu/packages/package-management.scm
Commit message (Collapse)AuthorAge
* gnu: guix: Update to 0.4.Ludovic Courtès2013-09-27
| | | | | | | * 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.
* gnu: guix: Remove warning about 0.4 hack.Ludovic Courtès2013-09-27
| | | | * gnu/packages/package-management.scm (guix-0.4): Remove warning.
* gnu: guix: Rework 0.4 hack to gracefully handle lack of tarball.Ludovic Courtès2013-09-25
| | | | | * gnu/packages/package-management.scm (guix-0.4): Fall back to the source of GIUX when the tarball doesn't exist.
* gnu: vm: Initialize the image's store.Ludovic Courtès2013-09-24
| | | | | | * 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.
* gnu: guix: Set $localstatedir; add gzip as input.Ludovic Courtès2013-09-24
| | | | | * gnu/packages/package-management.scm (guix): Add "--localstatedir=/var". Add GZIP as an explicit input, to avoid referring to the final gzip.
* gnu: Add Guix.Ludovic Courtès2013-08-24
* gnu/packages/package-management.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.