Skip to content

Commit

Permalink
chipsec: disable on non-Linux
Browse files Browse the repository at this point in the history
(cherry picked from commit f303129)
  • Loading branch information
marsam committed Oct 6, 2020
1 parent 0262cae commit 7badbf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/bcc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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=";
Expand Down

0 comments on commit 7badbf1

Please sign in to comment.