ovito: mark broken

```
    Add the installation prefix of "Qt5Core" to CMAKE_PREFIX_PATH or set
    "Qt5Core_DIR" to a directory containing one of the above files.  If
    "Qt5Core" provides a separate development package or SDK, be sure it has
    been installed.
```
This commit is contained in:
Jonathan Ringer 2020-07-07 11:20:00 -07:00 committed by Jon
parent ceac51fdc4
commit dda3d9dc12

View file

@ -29,5 +29,6 @@ stdenv.mkDerivation {
# ensures not built on hydra
# https://github.com/NixOS/nixpkgs/pull/46846#issuecomment-436388048
hydraPlatforms = [ ];
broken = true; # cmake unable to find Qt5Core and other dependencies
};
}