install: Use the actual store name when building the tarball.
* gnu/system/install.scm (self-contained-tarball): Use (%store-directory) instead of "/gnu".
This commit is contained in:
parent
51960939a4
commit
781d0a2ce1
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue