File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 57
57
spirv-tools
58
58
pkg-config
59
59
]
60
+ ++ lib . optional ( withWayland && lib . strings . compareVersions qt6 . qtbase . version "6.10.0" == - 1 ) qt6 . qtwayland
60
61
++ lib . optionals withWayland [
61
62
qt6 . qtwayland # qtwaylandscanner required at build time
62
63
wayland-scanner
70
71
++ lib . optional withQtSvg qt6 . qtsvg
71
72
++ lib . optional withCrashReporter breakpad
72
73
++ lib . optional withJemalloc jemalloc
73
- ++ lib . optionals withWayland [ qt6 . qtwayland wayland wayland-protocols ]
74
+ ++ lib . optional ( withWayland && lib . strings . compareVersions qt6 . qtbase . version "6.10.0" == - 1 ) qt6 . qtwayland
75
+ ++ lib . optionals withWayland [ wayland wayland-protocols ]
74
76
++ lib . optionals ( withWayland && libgbm != null ) [ libdrm libgbm ]
75
77
++ lib . optional withX11 xorg . libxcb
76
78
++ lib . optional withPam pam
You can’t perform that action at this time.
0 commit comments