Skip to content

Commit

Permalink
x86info: only works on x86
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Sep 13, 2017
1 parent 2cd2ee5 commit 21298fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/x86info/default.nix
Expand Up @@ -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];
Expand Down

0 comments on commit 21298fd

Please sign in to comment.