Merge branch 'staging'

This includes a security update of expat.
This commit is contained in:
Vladimír Čunát
2016-06-29 07:47:04 +02:00
64 changed files with 529 additions and 1075 deletions

View File

@@ -18,6 +18,9 @@ stdenv.mkDerivation {
src = fetchurl {
inherit (s) url sha256;
};
postPatch = ''
sed '1i#include <cmath>' -i userspace/libsinsp/{cursesspectro,filterchecks}.cpp
'';
cmakeFlags = [
"-DUSE_BUNDLED_DEPS=OFF"