Skip to content

Commit

Permalink
keepassxc: partial revert of NixOS#54525
Browse files Browse the repository at this point in the history
Similar to pkgs.bitcoin, QT_PLUGIN_PATH is required in checkPhase to run
the "testcli" test (ironically).
  • Loading branch information
delroth committed Jul 20, 2019
1 parent 46f8ec0 commit de927db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/misc/keepassx/community.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
'';

Expand Down

0 comments on commit de927db

Please sign in to comment.