ovito: Missing include in header (exposed by newer qt moc?)

This commit is contained in:
Tyson Whitehead
2019-05-02 11:35:42 -04:00
parent e7f97c0bae
commit 8be0a79790
3 changed files with 28 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ self: super: pkgs: with pkgs; {
openslide = callPackage ./openslide { };
ovito = libsForQt5.callPackage ./ovito.nix { stdenv = overrideCC stdenv gcc6; };
ovito = libsForQt5.callPackage ./ovito { stdenv = overrideCC stdenv gcc6; };
pythonOverrides = lib.composeExtensions super.pythonOverrides (import ./python-packages.nix pkgs);