Skip to content

Commit

Permalink
Merge pull request #65158 from delroth/keepassxc-qt-plugin-path
Browse files Browse the repository at this point in the history
keepassxc: partial revert of #54525 (fix build)
  • Loading branch information
ttuegel committed Jul 20, 2019
2 parents bacce59 + de927db commit a448869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/misc/keepassx/community.nix
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 a448869

Please sign in to comment.