Hi,

On 16/04/14 00:40, Ben Franksen wrote:

> So everything in my sources is patched to use stuff from /nix/store (I 
> checked that the path exists and is executable) and still it complains about 
> some /bin/sh missing?

There are many programs that have a (implicit) dependency on /bin/sh. Notably,
the system() function in Glibc calls /bin/sh. This is why chroots on NixOS do
include /bin/sh (as well as the dynamic library dependencies of /bin/sh).

-- 
Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/
_______________________________________________
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to