kitsas: add qtwayland build input for linux

This commit is contained in:
Noa Aarts
2024-10-29 10:39:59 +01:00
parent 74b36317c0
commit 8ad3334599
+11 -7
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.