mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
libuv: Tests fail when cross-compiling
This commit is contained in:
parent
07bf828bd9
commit
7ee897a3b3
@ -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 New Issue
Block a user