intel-gpu-tools: Broken on non-x86

https://hydra.nixos.org/build/65032931
This commit is contained in:
Tuomas Tynkkynen 2017-12-03 19:43:51 +02:00
parent e001bd2c2f
commit f2766b4f42

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = https://01.org/linuxgraphics/;
description = "Tools for development and testing of the Intel DRM driver";
license = licenses.mit;
platforms = platforms.unix;
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = with maintainers; [ pSub ];
};
}