summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-09-27 21:09:02 +0200
committerLudovic Courtès <ludo@gnu.org>2013-09-27 21:09:02 +0200
commitf887601ac8b0d51f38e5f82057f6d133611bbe94 (patch)
treefeea978e450bab2bd86bb64f9adf233353d61518 /gnu/system
parent867e3c5553515e74ea2263a430bae4c337f4b84c (diff)
downloadpatches-f887601ac8b0d51f38e5f82057f6d133611bbe94.tar
patches-f887601ac8b0d51f38e5f82057f6d133611bbe94.tar.gz
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.
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/vm.scm6
1 files changed, 3 insertions, 3 deletions
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.