netdata: patch nonsense when serving static files

This commit is contained in:
Luca Bruno
2016-04-17 11:16:33 +02:00
parent f57c6449dc
commit 07221cf39f
2 changed files with 22 additions and 0 deletions
+2
View File
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec{
buildInputs = [ autoreconfHook zlib pkgconfig ];
patches = [ ./web_access.patch ];
meta = with stdenv.lib; {
description = "Real-time performance monitoring tool";
homepage = http://netdata.firehol.org;