Leo Famulari <[email protected]> skribis: > On Wed, Dec 21, 2016 at 10:20:20AM +0100, Ludovic Courtès wrote: >> Good catch! >> >> AFAICS the flaw is that there’s one place where I wrote: >> >> if (useChroot && !isBuiltin(drv)) >> >> while several other places just do something like: >> >> if (useChroot) >> >> Could the patch below solve the problem? > > I'm not sure how to test patches to the daemon. Does it require creating > a new guix-devel snapshot?
You can apply it to your source tree and run: sudo ./pre-inst-env guix-daemon --build-users-group=guixbuild from there (or similar). HTH! Ludo’.
