netdata: lm-sensor support

This commit is contained in:
nyanloutre
2019-03-07 22:01:48 +01:00
parent 34aa254f9e
commit df885360a6

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, autoreconfHook, pkgconfig, zlib, libuuid, libossp_uuid, CoreFoundation, IOKit }:
{ stdenv, fetchurl, autoreconfHook, pkgconfig, zlib, libuuid, libossp_uuid, CoreFoundation, IOKit, lm_sensors }:
stdenv.mkDerivation rec{
version = "1.11.1";
@@ -23,6 +23,11 @@ stdenv.mkDerivation rec{
$out/libexec/netdata/plugins.d/apps.plugin.org
'';
preConfigure = ''
substituteInPlace collectors/python.d.plugin/python_modules/third_party/lm_sensors.py \
--replace 'ctypes.util.find_library("sensors")' '"${lm_sensors.out}/lib/libsensors${stdenv.hostPlatform.extensions.sharedLibrary}"'
'';
configureFlags = [
"--localstatedir=/var"
"--sysconfdir=/etc"