libuv: Tests fail when cross-compiling

This commit is contained in:
Shea Levy 2017-01-06 10:37:04 -05:00
parent 07bf828bd9
commit 7ee897a3b3

View file

@ -33,6 +33,8 @@ stdenv.mkDerivation rec {
doCheck = true;
crossAttrs.doCheck = false;
meta = with lib; {
description = "A multi-platform support library with a focus on asynchronous I/O";
homepage = https://github.com/libuv/libuv;