From d3ce852ce7cf5d72c500bef62159f431c128abbc Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Mon, 7 Aug 2023 08:29:32 +0300 Subject: [PATCH] krop: support qtwayland --- pkgs/applications/graphics/krop/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/graphics/krop/default.nix b/pkgs/applications/graphics/krop/default.nix index ef335cd6be2a..0adcf0b538d2 100644 --- a/pkgs/applications/graphics/krop/default.nix +++ b/pkgs/applications/graphics/krop/default.nix @@ -19,6 +19,7 @@ python3Packages.buildPythonApplication rec { ]; buildInputs = [ libsForQt5.poppler + libsForQt5.qtwayland ]; nativeBuildInputs = [ qt5.wrapQtAppsHook ];