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
commit a4488696f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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