keepassxc: run test with offscreen qt plugin

Co-Authored-By: Quiark <me@rplasil.name>
wip/yesman
Bob van der Linden 5 years ago committed by GitHub
parent 96fec4214d
commit 77ce9098c0
  1. 3
      pkgs/applications/misc/keepassx/community.nix

@ -69,7 +69,8 @@ stdenv.mkDerivation rec {
doCheck = true;
checkPhase = ''
export LC_ALL="en_US.UTF-8"
export QT_PLUGIN_PATH="${qtbase.bin}/${qtbase.qtPluginPrefix}"
export QT_PLUGIN_PATH="${qtbase.bin}/${qtbase.qtPluginPrefix}"
export QT_QPA_PLATFORM=offscreen
make test ARGS+="-E testgui --output-on-failure"
'';

Loading…
Cancel
Save