On 07/10/2016 12:00 PM, Michał Zieliński wrote: > error: assertion failed [...] (on line: assert (!stdenv.isLinux))
Maybe it's not really related to this particular problem, but beware of similar conditions during cross-compiling, as stdenv.isXxxx and stdenv.system describes the *build* platform and not the host one, and typically we use it in the other meaning. Some other common caveats: https://github.com/NixOS/nixpkgs/issues/14965 (I was mainly cross-compiling from Linux to MinGW, but some issues apply the same.) --Vladimir
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
