mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
release.nix: Remove trailing "/nix" from localstatedir.
* release.nix (tarball, build): Use /nix/var as localstatedir, as a
follow-up to 7f4f065
.
This commit is contained in:
parent
7f4f06513a
commit
cdec10f936
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ let
|
|||
preAutoconf = ''git config submodule.nix.url "${<nix>}"'';
|
||||
configureFlags =
|
||||
[ "--with-libgcrypt-prefix=${pkgs.libgcrypt}"
|
||||
"--localstatedir=/nix/var/nix"
|
||||
"--localstatedir=/nix/var"
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -68,7 +68,7 @@ let
|
|||
src = jobs.tarball;
|
||||
configureFlags =
|
||||
[ "--with-libgcrypt-prefix=${pkgs.libgcrypt}"
|
||||
"--localstatedir=/nix/var/nix"
|
||||
"--localstatedir=/nix/var"
|
||||
];
|
||||
|
||||
preBuild =
|
||||
|
|
Loading…
Reference in a new issue