Merge branch 'master' into staging

This commit is contained in:
obadz
2016-08-23 18:50:06 +01:00
244 changed files with 767 additions and 597 deletions
+2 -1
View File
@@ -52,7 +52,8 @@ stdenv.mkDerivation rec {
stdenv.lib.optional (libsigrok != null) "--with-libsigrok" ++
stdenv.lib.optional (python != null) "--with-python=${python}/bin/python";
NIX_CFLAGS_COMPILE = "-Wno-error=cpp";
# Fix build on Glibc 2.24.
NIX_CFLAGS_COMPILE = "-Wno-error=cpp -Wno-error=deprecated-declarations";
meta = with stdenv.lib; {
description = "Daemon which collects system performance statistics periodically";
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
./bootstrap
configureFlagsArray=(
LIBS="-L${openssl}/lib -lssl -lcrypto"
LIBS="-L${openssl.out}/lib -lssl -lcrypto"
)
'';