mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
fix test running
This commit is contained in:
parent
44225ebaf6
commit
96fec4214d
1 changed files with 2 additions and 1 deletions
|
@ -69,8 +69,9 @@ stdenv.mkDerivation rec {
|
|||
doCheck = true;
|
||||
checkPhase = ''
|
||||
export LC_ALL="en_US.UTF-8"
|
||||
export QT_PLUGIN_PATH="${qtbase.bin}/${qtbase.qtPluginPrefix}"
|
||||
make test ARGS+="-E testgui --output-on-failure"
|
||||
'';
|
||||
# make test ARGS+="-E testgui --output-on-failure"
|
||||
|
||||
nativeBuildInputs = [ cmake makeWrapper qttools ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue