netdata: mark broken for cross compilation

This commit is contained in:
Nick Cao 2022-10-24 13:48:15 +08:00
parent c31ccef680
commit 8344bf1ac2
No known key found for this signature in database

View file

@ -117,7 +117,7 @@ in stdenv.mkDerivation rec {
};
meta = {
broken = stdenv.isDarwin;
broken = stdenv.isDarwin || stdenv.buildPlatform != stdenv.hostPlatform;
description = "Real-time performance monitoring tool";
homepage = "https://www.netdata.cloud/";
license = licenses.gpl3Plus;