mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #106677 from tfmoraes/vtk9_qt515
vtk_9: qt514 -> qt515
This commit is contained in:
commit
da5e0d3df8
1 changed files with 1 additions and 1 deletions
|
@ -16401,7 +16401,7 @@ in
|
|||
CoreText IOSurface ImageIO OpenGL GLUT;
|
||||
};
|
||||
|
||||
vtk_9 = libsForQt514.callPackage ../development/libraries/vtk/9.x.nix {
|
||||
vtk_9 = libsForQt515.callPackage ../development/libraries/vtk/9.x.nix {
|
||||
inherit (darwin) libobjc;
|
||||
inherit (darwin.apple_sdk.libs) xpc;
|
||||
inherit (darwin.apple_sdk.frameworks) Cocoa CoreServices DiskArbitration
|
||||
|
|
Loading…
Reference in a new issue