Skip to content
Snippets Groups Projects
Commit cdec10f9 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

release.nix: Remove trailing "/nix" from localstatedir.

* release.nix (tarball, build): Use /nix/var as localstatedir, as a
  follow-up to 7f4f0651.
parent 7f4f0651
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ let ...@@ -53,7 +53,7 @@ let
preAutoconf = ''git config submodule.nix.url "${<nix>}"''; preAutoconf = ''git config submodule.nix.url "${<nix>}"'';
configureFlags = configureFlags =
[ "--with-libgcrypt-prefix=${pkgs.libgcrypt}" [ "--with-libgcrypt-prefix=${pkgs.libgcrypt}"
"--localstatedir=/nix/var/nix" "--localstatedir=/nix/var"
]; ];
}; };
...@@ -68,7 +68,7 @@ let ...@@ -68,7 +68,7 @@ let
src = jobs.tarball; src = jobs.tarball;
configureFlags = configureFlags =
[ "--with-libgcrypt-prefix=${pkgs.libgcrypt}" [ "--with-libgcrypt-prefix=${pkgs.libgcrypt}"
"--localstatedir=/nix/var/nix" "--localstatedir=/nix/var"
]; ];
preBuild = preBuild =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment