mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
libuv: Tests fail when cross-compiling
This commit is contained in:
parent
07bf828bd9
commit
7ee897a3b3
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue