x86info: only works on x86

https://hydra.nixos.org/build/60931250
This commit is contained in:
Tuomas Tynkkynen 2017-09-13 15:08:42 +03:00
parent 2cd2ee5f85
commit 21298fd3f7

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
registers (MSRs) via the msr kernel module. it will approximate processor
frequency, and identify the cache sizes and layout.
'';
platforms = stdenv.lib.platforms.linux;
platforms = [ "i686-linux" "x86_64-linux" ];
license = stdenv.lib.licenses.gpl2;
homepage = http://codemonkey.org.uk/projects/x86info/;
maintainers = with stdenv.lib.maintainers; [jcumming];