From 96fec4214d83f2e5e0e6d0657b4704935b2a2cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Pla=CC=81s=CC=8Cil?= Date: Thu, 11 Apr 2019 13:56:35 +0800 Subject: [PATCH] fix test running --- pkgs/applications/misc/keepassx/community.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/misc/keepassx/community.nix b/pkgs/applications/misc/keepassx/community.nix index 321fd739059..7d53dbb3f1f 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 ];