release.nix: build: Allow builds within a chroot.

* release.nix (build): Remove `__noChroot' and `preConfigure'.
master
Ludovic Courtès 2012-12-13 22:08:13 +01:00
parent ad1ebab379
commit 6a95fa501f
1 changed files with 0 additions and 5 deletions

View File

@ -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;
};