keepassxc: run test with offscreen qt plugin
Co-Authored-By: Quiark <me@rplasil.name>
This commit is contained in:
parent
96fec4214d
commit
77ce9098c0
|
@ -69,7 +69,8 @@ stdenv.mkDerivation rec {
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
export LC_ALL="en_US.UTF-8"
|
export LC_ALL="en_US.UTF-8"
|
||||||
export QT_PLUGIN_PATH="${qtbase.bin}/${qtbase.qtPluginPrefix}"
|
export QT_PLUGIN_PATH="${qtbase.bin}/${qtbase.qtPluginPrefix}"
|
||||||
|
export QT_QPA_PLATFORM=offscreen
|
||||||
make test ARGS+="-E testgui --output-on-failure"
|
make test ARGS+="-E testgui --output-on-failure"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue