keepassxc: partial revert of #54525

Similar to pkgs.bitcoin, QT_PLUGIN_PATH is required in checkPhase to run
the "testcli" test (ironically).
This commit is contained in:
Pierre Bourdon 2019-07-20 14:08:27 +02:00
parent 46f8ec0278
commit de927db59d
No known key found for this signature in database
GPG Key ID: 6FB80DCD84DA0F1C
1 changed files with 1 additions and 0 deletions

View File

@ -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"
'';