keepassxc: partial revert of #54525

Similar to pkgs.bitcoin, QT_PLUGIN_PATH is required in checkPhase to run
the "testcli" test (ironically).
wip/yesman
Pierre Bourdon 5 years ago
parent 46f8ec0278
commit de927db59d
No known key found for this signature in database
GPG Key ID: 6FB80DCD84DA0F1C
  1. 1
      pkgs/applications/misc/keepassx/community.nix

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

Loading…
Cancel
Save