Skip to content

Commit

Permalink
sysdig: fix unified cgroup handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jun 5, 2017
1 parent 305e7de commit 2e08839
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/os-specific/linux/sysdig/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ stdenv.mkDerivation rec {
sha256 = "1h3f9nkc5fkvks6va0maq377m9qxnsf4q3f2dc14rdzfvnzidy06";
};

patches = [
(fetchpatch {
# Sysdig fails to run on linux kernels with unified cgroups enabled
url = https://github.com/draios/sysdig/files/909689/0001-Fix-for-linux-kernels-with-cgroup-v2-API-enabled.patch.txt;
sha256 = "10nmisifa500hzpa3899rs837bcal72pnqidxmrnr1js187z8j84";
})
];

buildInputs = [
cmake zlib luajit ncurses perl jsoncpp libb64 openssl curl jq gcc
];
Expand Down

0 comments on commit 2e08839

Please sign in to comment.