install: Use the actual store name when building the tarball.

* gnu/system/install.scm (self-contained-tarball): Use (%store-directory)
  instead of "/gnu".
master
Ludovic Courtès 2015-05-27 17:40:49 +02:00
parent 51960939a4
commit 781d0a2ce1
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ under /root/.guix-profile where GUIX is installed."
;; extracting the archive.
"./root/.guix-profile"
"./var/guix"
"./gnu")))))
(string-append "." (%store-directory)))))))
(gexp->derivation "guix-tarball.tar.xz" build
#:references-graphs `(("profile" ,profile))