diff --git a/pkgs/applications/misc/keepassx/community.nix b/pkgs/applications/misc/keepassx/community.nix index 321fd7390598..7d53dbb3f1f1 100644 --- a/pkgs/applications/misc/keepassx/community.nix +++ b/pkgs/applications/misc/keepassx/community.nix @@ -69,8 +69,9 @@ stdenv.mkDerivation rec { doCheck = true; checkPhase = '' export LC_ALL="en_US.UTF-8" + export QT_PLUGIN_PATH="${qtbase.bin}/${qtbase.qtPluginPrefix}" + make test ARGS+="-E testgui --output-on-failure" ''; - # make test ARGS+="-E testgui --output-on-failure" nativeBuildInputs = [ cmake makeWrapper qttools ];