Lluís Batlle i Rossell:

I noticed the nixos nix.conf includes /bin in the build chroot.

I saw that perl, when using the system() command, it runs /bin/sh "on unix", the
manual says.

In ubuntu, /bin/sh happens to point to /bin/dash, and so that is not able to
parse a thing like "source $stdenv/setup".

I had to add /lib and /lib64 to the chroot too, before /bin/sh ran...

--anders

_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to