intel-gpu-tools: Broken on non-x86

https://hydra.nixos.org/build/65032931

+1 -1
+1 -1
pkgs/development/tools/misc/intel-gpu-tools/default.nix
··· 23 23 homepage = https://01.org/linuxgraphics/; 24 24 description = "Tools for development and testing of the Intel DRM driver"; 25 25 license = licenses.mit; 26 - platforms = platforms.unix; 26 + platforms = [ "x86_64-linux" "i686-linux" ]; 27 27 maintainers = with maintainers; [ pSub ]; 28 28 }; 29 29 }