libuv: Tests fail when cross-compiling
This commit is contained in:
parent
07bf828bd9
commit
7ee897a3b3
@ -33,6 +33,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
crossAttrs.doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A multi-platform support library with a focus on asynchronous I/O";
|
description = "A multi-platform support library with a focus on asynchronous I/O";
|
||||||
homepage = https://github.com/libuv/libuv;
|
homepage = https://github.com/libuv/libuv;
|
||||||
|
Loading…
Reference in New Issue
Block a user