mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
i3: Only enable tests for x86_64-linux.
Right now, tests for i686-linux fail, see: https://hydra.nixos.org/build/13024964 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
5a918f5f5c
commit
3d34dc39ac
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
patchShebangs .
|
patchShebangs .
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = stdenv.system == "x86_64-linux";
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
ln -sf "${xdummy}/bin/xdummy" testcases/Xdummy
|
ln -sf "${xdummy}/bin/xdummy" testcases/Xdummy
|
||||||
|
Loading…
Reference in New Issue
Block a user