Skip to content

Commit

Permalink
sysdig: 0.17.0 -> 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Sep 25, 2017
1 parent 76752e4 commit b064137
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pkgs/os-specific/linux/sysdig/default.nix
Expand Up @@ -3,13 +3,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "sysdig-${version}";
version = "0.17.0";
version = "0.18.0";

src = fetchFromGitHub {
owner = "draios";
repo = "sysdig";
rev = version;
sha256 = "0xw4in2yb3ynpc8jwl95j92kbyr7fzda3mab8nyxcyld7gshrlvd";
sha256 = "1hmkjvfg3371hp873mnkjq9cirqszw2ji4p7mb6jcn9ihwxil2z2";
};

buildInputs = [
Expand All @@ -29,12 +29,6 @@ stdenv.mkDerivation rec {
"-DluaL_getn(L,i)=((int)lua_objlen(L,i))"
];

postPatch = ''
sed 's|curl/curlbuild\.h|curl/system.h|' -i \
userspace/libsinsp/marathon_http.cpp \
userspace/libsinsp/mesos_http.cpp
'';

preConfigure = ''
export INSTALL_MOD_PATH="$out"
'' + optionalString (kernel != null) ''
Expand Down

0 comments on commit b064137

Please sign in to comment.