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:
parent
ceac51fdc4
commit
dda3d9dc12
@ -29,5 +29,6 @@ stdenv.mkDerivation {
|
|||||||
# ensures not built on hydra
|
# ensures not built on hydra
|
||||||
# https://github.com/NixOS/nixpkgs/pull/46846#issuecomment-436388048
|
# https://github.com/NixOS/nixpkgs/pull/46846#issuecomment-436388048
|
||||||
hydraPlatforms = [ ];
|
hydraPlatforms = [ ];
|
||||||
|
broken = true; # cmake unable to find Qt5Core and other dependencies
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user