Merge pull request #198416 from bdd/zhf/msrtool
msrtool: Make the tool available only on x86 Linux
This commit is contained in:
@@ -38,6 +38,7 @@ let
|
||||
msrtool = generic {
|
||||
pname = "msrtool";
|
||||
meta.description = "Dump chipset-specific MSR registers";
|
||||
meta.platforms = [ "x86_64-linux" "i686-linux" ];
|
||||
buildInputs = [ pciutils zlib ];
|
||||
preConfigure = "export INSTALL=install";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user