pkgs/iotools: Support only x86-based Linux platforms

Support only x86-based Linux platforms since everything else is
untested.

Signed-off-by: Felix Singer <felixsinger@posteo.net>

+1 -1
+1 -1
pkgs/tools/misc/iotools/default.nix
··· 30 30 homepage = "https://github.com/adurbin/iotools"; 31 31 license = licenses.gpl2Only; 32 32 maintainers = with maintainers; [ felixsinger ]; 33 - platforms = platforms.linux; 33 + platforms = [ "x86_64-linux" "i686-linux" ]; 34 34 }; 35 35 }