Merge pull request #152265 from veprbl/pr/broken_domoticz
domoticz: mark as broken on darwin
This commit is contained in:
commit
f1247ef682
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user