Merge pull request #198416 from bdd/zhf/msrtool

msrtool: Make the tool available only on x86 Linux

authored by

Mario Rodas and committed by
GitHub
ec24270f be59807a

+1
+1
pkgs/tools/misc/coreboot-utils/default.nix
··· 38 38 msrtool = generic { 39 39 pname = "msrtool"; 40 40 meta.description = "Dump chipset-specific MSR registers"; 41 + meta.platforms = [ "x86_64-linux" "i686-linux" ]; 41 42 buildInputs = [ pciutils zlib ]; 42 43 preConfigure = "export INSTALL=install"; 43 44 };