kitsas: add qtwayland build input for linux

This commit is contained in:
Noa Aarts 2024-10-29 10:21:22 +01:00
parent 74b36317c0
commit 8ad3334599
No known key found for this signature in database
GPG Key ID: 1850932741EFF672

View File

@ -25,13 +25,17 @@ stdenv.mkDerivation rec {
qt6.wrapQtAppsHook
];
buildInputs = [
libzip
poppler
qt6.qt5compat
qt6.qtsvg
qt6.qtwebengine
];
buildInputs =
[
libzip
poppler
qt6.qt5compat
qt6.qtsvg
qt6.qtwebengine
]
++ lib.optional stdenv.hostPlatform.isLinux [
qt6.qtwayland
];
# We use a separate build-dir as otherwise ld seems to get confused between
# directory and executable name on buildPhase.