ioport: Broken on non-x86

https://hydra.nixos.org/build/65057213
This commit is contained in:
Tuomas Tynkkynen 2017-12-03 19:44:58 +02:00
parent f2766b4f42
commit b51cc95a61

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation {
description = "Direct access to I/O ports from the command line";
homepage = http://people.redhat.com/rjones/ioport/;
license = licenses.gpl2Plus;
platforms = platforms.linux;
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = [ maintainers.cleverca22 ];
};
}