ioport: Broken on non-x86

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

+1 -1
+1 -1
pkgs/os-specific/linux/ioport/default.nix
··· 11 description = "Direct access to I/O ports from the command line"; 12 homepage = http://people.redhat.com/rjones/ioport/; 13 license = licenses.gpl2Plus; 14 - platforms = platforms.linux; 15 maintainers = [ maintainers.cleverca22 ]; 16 }; 17 }
··· 11 description = "Direct access to I/O ports from the command line"; 12 homepage = http://people.redhat.com/rjones/ioport/; 13 license = licenses.gpl2Plus; 14 + platforms = [ "x86_64-linux" "i686-linux" ]; 15 maintainers = [ maintainers.cleverca22 ]; 16 }; 17 }