mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
vtk_9_6: propagate libxcursor
libxcursor is publicly referenced in vtkX11Functions.h. See also https://github.com/NixOS/nixpkgs/pull/501661#issuecomment-4102231881.
This commit is contained in:
@@ -218,6 +218,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libx11
|
||||
gl2ps
|
||||
]
|
||||
++ lib.optionals ((lib.versionAtLeast finalAttrs.version "9.6.0") && stdenv.hostPlatform.isLinux) [
|
||||
libxcursor
|
||||
]
|
||||
++ lib.optionals withQt6 [ qt6.qttools ]
|
||||
# create meta package providing dist-info for python3Pacakges.vtk that common cmake build does not do
|
||||
++ lib.optionals pythonSupport [
|
||||
|
||||
Reference in New Issue
Block a user