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:
aszlig 2014-08-01 18:40:19 +02:00
parent 5a918f5f5c
commit 3d34dc39ac
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
patchShebangs .
'';
doCheck = true;
doCheck = stdenv.system == "x86_64-linux";
checkPhase = ''
ln -sf "${xdummy}/bin/xdummy" testcases/Xdummy