mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ (define %root "root")
|
|||
;; 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 a new issue