domoticz: mark as broken on darwin

This commit is contained in:
Dmitry Kalinkin 2021-12-26 13:50:25 -05:00
parent 59b2ed7599
commit c0d24bd6e2
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -85,5 +85,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.domoticz.com/";
license = licenses.gpl3Plus;
platforms = platforms.all;
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/staging-next/domoticz.x86_64-darwin
};
}