mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
release.nix: build: Allow builds within a chroot.
* release.nix (build): Remove `__noChroot' and `preConfigure'.
This commit is contained in:
parent
ad1ebab379
commit
6a95fa501f
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue