about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorAstro <astro@spaceboyz.net>2019-10-20 00:53:23 +0200
committerAstro <astro@spaceboyz.net>2019-10-20 00:53:49 +0200
commit690b3c4e196bee50e68ebf92105f674af15b92cc (patch)
treeba9061ba3a1271cd3e92b4f7ca28565a70efbe56 /pkgs/tools
parent06abd2488673f4563d5ae157f9167dd13a6ce469 (diff)
collectd: add lua plugin buildInputs
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/system/collectd/plugins.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/tools/system/collectd/plugins.nix b/pkgs/tools/system/collectd/plugins.nix
index 8f0603b7cbdbb..c29ebc925bcdf 100644
--- a/pkgs/tools/system/collectd/plugins.nix
+++ b/pkgs/tools/system/collectd/plugins.nix
@@ -20,6 +20,7 @@
 , libxml2
 , libapparmor, libcap_ng, numactl
 , lvm2
+, lua
 , lm_sensors
 , mongoc
 , mosquitto
@@ -139,7 +140,9 @@ let
       buildInputs = [ yajl ];
     };
     lpar = {};
-    lua = {};
+    lua = {
+      buildInputs = [ lua ];
+    };
     lvm = {};
     madwifi = {};
     match_empty_counter = {};