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
|
@ -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 New Issue