mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
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/";
|
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 a new issue