Merge pull request #198416 from bdd/zhf/msrtool

msrtool: Make the tool available only on x86 Linux
This commit is contained in:
Mario Rodas
2022-10-30 11:27:01 -05:00
committed by GitHub

View File

@@ -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";
};