diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-09-27 21:09:02 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-09-27 21:09:02 +0200 |
commit | f887601ac8b0d51f38e5f82057f6d133611bbe94 (patch) | |
tree | feea978e450bab2bd86bb64f9adf233353d61518 /gnu/system | |
parent | 867e3c5553515e74ea2263a430bae4c337f4b84c (diff) | |
download | guix-f887601ac8b0d51f38e5f82057f6d133611bbe94.tar guix-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.scm | 6 |
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. |