~ruther/guix-local

10d82898611572dd9be02c18a51089e14bcd7207 — Ludovic Courtès 13 years ago 437e072
release.nix: Build out of chroot.

* release.nix: Add `preConfigure' and `__noChroot' attributes.
1 files changed, 4 insertions(+), 3 deletions(-)

M release.nix
M release.nix => release.nix +4 -3
@@ 46,9 46,10 @@ let
        configureFlags =
          [ "--with-nixpkgs=${nixpkgs}" "--with-nix-prefix=${pkgs.nix}" ];

        # XXX: The test suite cannot be run currently in the chroot, because
        # it expects to have a running nix-worker to talk to.
        doCheck = false;
        # 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;
      };
  };
in