ovito: Missing include in header (exposed by newer qt moc?)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user