chipsec: disable on non-Linux
This commit is contained in:
parent
1d5a8a0eed
commit
2cdc05763f
@ -11,6 +11,8 @@ pythonPackages.buildPythonApplication rec {
|
||||
sha256 = "1rxr9i08a22m15slvlkrhnki30jixi2ds096kmmc2nqzfr9yibmb";
|
||||
};
|
||||
|
||||
disabled = !stdenv.isLinux;
|
||||
|
||||
nativeBuildInputs = [
|
||||
nasm libelf
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user