Merge pull request #65158 from delroth/keepassxc-qt-plugin-path

keepassxc: partial revert of #54525 (fix build)
This commit is contained in:
Thomas Tuegel
2019-07-20 12:28:39 -05:00
committed by GitHub

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