Skip to content

Commit dda3d9d

Browse files
author
Jonathan Ringer
committed
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. ```
1 parent ceac51f commit dda3d9d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkgs/development/python-modules/ovito/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ stdenv.mkDerivation {
2929
# ensures not built on hydra
3030
# https://github.com/NixOS/nixpkgs/pull/46846#issuecomment-436388048
3131
hydraPlatforms = [ ];
32+
broken = true; # cmake unable to find Qt5Core and other dependencies
3233
};
3334
}

0 commit comments

Comments
 (0)