From 8ad33345994535aa335d6c3ca15805bc70883f2a Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 29 Oct 2024 10:21:22 +0100 Subject: [PATCH] kitsas: add qtwayland build input for linux --- pkgs/by-name/ki/kitsas/package.nix | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/pkgs/by-name/ki/kitsas/package.nix b/pkgs/by-name/ki/kitsas/package.nix index 8c2def9fda0e..854c53cc5327 100644 --- a/pkgs/by-name/ki/kitsas/package.nix +++ b/pkgs/by-name/ki/kitsas/package.nix @@ -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.