tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sysdig: fix build with current curl
Robin Gloster
8 years ago
89ad46d9
18086d81
+6
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
sysdig
default.nix
+6
pkgs/os-specific/linux/sysdig/default.nix
···
29
"-DluaL_getn(L,i)=((int)lua_objlen(L,i))"
30
];
31
0
0
0
0
0
0
32
preConfigure = ''
33
export INSTALL_MOD_PATH="$out"
34
'' + optionalString (kernel != null) ''
···
29
"-DluaL_getn(L,i)=((int)lua_objlen(L,i))"
30
];
31
32
+
postPatch = ''
33
+
sed 's|curl/curlbuild\.h|curl/system.h|' -i \
34
+
userspace/libsinsp/marathon_http.cpp \
35
+
userspace/libsinsp/mesos_http.cpp
36
+
'';
37
+
38
preConfigure = ''
39
export INSTALL_MOD_PATH="$out"
40
'' + optionalString (kernel != null) ''