mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
build: fix cross compilation
This commit is contained in:
parent
b9cce25061
commit
d4b19e4a30
2 changed files with 11 additions and 9 deletions
|
|
@ -54,11 +54,13 @@
|
|||
nativeBuildInputs = [
|
||||
cmake
|
||||
ninja
|
||||
qt6.qtshadertools
|
||||
spirv-tools
|
||||
pkg-config
|
||||
]
|
||||
++ lib.optional withWayland wayland-scanner;
|
||||
++ lib.optionals withWayland [
|
||||
qt6.qtwayland # qtwaylandscanner required at build time
|
||||
wayland-scanner
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
qt6.qtbase
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue