From f887601ac8b0d51f38e5f82057f6d133611bbe94 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 27 Sep 2013 21:09:02 +0200 Subject: 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. --- gnu/system/vm.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/system') diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index 32322b27e6..83b9f33456 100644 --- a/gnu/system/vm.scm +++ b/gnu/system/vm.scm @@ -390,7 +390,7 @@ such as /etc files." ("util-linux" ,util-linux) ,@(if initialize-store? - `(("guix" ,guix-0.4)) + `(("guix" ,guix)) '()) ,@inputs-to-copy) @@ -462,7 +462,7 @@ Happy birthday, GNU! http://www.gnu.org/gnu30 (mingetty-service store "tty5") (mingetty-service store "tty6") (syslog-service store) - (guix-service store #:guix guix-0.4) + (guix-service store) (nscd-service store) ;; QEMU networking settings. @@ -540,7 +540,7 @@ Happy birthday, GNU! http://www.gnu.org/gnu30 ("procps" ,procps) ("psmisc" ,psmisc) ("zile" ,zile) - ("guix" ,guix-0.4))) + ("guix" ,guix))) ;; TODO: Replace with a real profile with a manifest. ;; TODO: Generate bashrc from packages' search-paths. -- cgit v1.2.3