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 ];