vtk_9_withQt5: add

So that the latest version with Qt gets cached too.
This commit is contained in:
Jan Tojnar
2021-10-30 15:54:51 +02:00
parent 2deb07f3ac
commit 97614c396d
+5 -1
View File
@@ -19850,6 +19850,8 @@ with pkgs;
CoreText IOSurface ImageIO OpenGL GLUT;
};
vtk_8_withQt5 = vtk_8.override { enableQt = true; };
vtk_9 = libsForQt515.callPackage ../development/libraries/vtk/9.x.nix {
inherit (darwin) libobjc;
inherit (darwin.apple_sdk.libs) xpc;
@@ -19858,8 +19860,10 @@ with pkgs;
CoreText IOSurface ImageIO OpenGL GLUT;
};
vtk_9_withQt5 = vtk_9.override { enableQt = true; };
vtk = vtk_8;
vtkWithQt5 = vtk.override { enableQt = true; };
vtkWithQt5 = vtk_8_withQt5;
vulkan-extension-layer = callPackage ../tools/graphics/vulkan-extension-layer { };
vulkan-headers = callPackage ../development/libraries/vulkan-headers { };