domoticz: mark as broken on darwin
This commit is contained in:
parent
59b2ed7599
commit
c0d24bd6e2
@ -85,5 +85,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://www.domoticz.com/";
|
homepage = "https://www.domoticz.com/";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.all;
|
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