net-snmp: rename from net_snmp

This commit is contained in:
Jörg Thalheim
2019-12-21 22:56:08 +00:00
parent 475aecef6a
commit 725f85e271
22 changed files with 51 additions and 48 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, makeWrapper, pkgconfig, nss, nspr, libqb
, dbus, rdma-core, libstatgrab, net_snmp
, dbus, rdma-core, libstatgrab, net-snmp
, enableDbus ? false
, enableInfiniBandRdma ? false
, enableMonitoring ? false
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
] ++ optional enableDbus dbus
++ optional enableInfiniBandRdma rdma-core
++ optional enableMonitoring libstatgrab
++ optional enableSnmp net_snmp;
++ optional enableSnmp net-snmp;
configureFlags = [
"--sysconfdir=/etc"