Merge pull request #65158 from delroth/keepassxc-qt-plugin-path
keepassxc: partial revert of #54525 (fix build)
This commit is contained in:
commit
a4488696f5
@ -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"
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user