~ruther/guix-local

6a95fa501f1d399433c56e2ee9fc2c52f79119df — Ludovic Courtès 13 years ago ad1ebab
release.nix: build: Allow builds within a chroot.

* release.nix (build): Remove `__noChroot' and `preConfigure'.
1 files changed, 0 insertions(+), 5 deletions(-)

M release.nix
M release.nix => release.nix +0 -5
@@ 81,11 81,6 @@ let
               distro/packages/bootstrap/x86_64-linux/guile-bootstrap-2.0.6.tar.xz
          '';

        # XXX: Since we need to talk to a running daemon, for the benefit of
        # `nixpkgs-derivation*' & co., we need to escape the chroot.
        preConfigure = "export NIX_REMOTE=daemon";
        __noChroot = true;

        inherit succeedOnFailure keepBuildDirectory
          buildOutOfSourceTree;
      };