~ruther/guix-local

cdec10f9368a1b69664db85b6bd029b136329b2c — Ludovic Courtès 13 years ago 7f4f065
release.nix: Remove trailing "/nix" from localstatedir.

* release.nix (tarball, build): Use /nix/var as localstatedir, as a
  follow-up to 7f4f065.
1 files changed, 2 insertions(+), 2 deletions(-)

M release.nix
M release.nix => release.nix +2 -2
@@ 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 =