chipsec: disable on non-Linux

This commit is contained in:
Mario Rodas 2020-06-17 04:20:00 +00:00
parent 2cdc05763f
commit f3031298b2

View File

@ -8,6 +8,8 @@ python.pkgs.buildPythonApplication rec {
pname = "bcc";
version = "0.16.0";
disabled = !stdenv.isLinux;
src = fetchurl {
url = "https://github.com/iovisor/bcc/releases/download/v${version}/bcc-src-with-submodule.tar.gz";
sha256 = "sha256-ekVRyugpZOU1nr0N9kWCSoJTmtD2qGsn/DmWgK7XZ/c=";