about summary refs log tree commit diff
path: root/pkgs/tools/networking/keepalived
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2019-12-21 22:44:50 +0000
committerJörg Thalheim <joerg@thalheim.io>2019-12-21 22:56:08 +0000
commit725f85e271b934b57383abd7db81cc601b4b4c18 (patch)
treef797c6f1fa23062b2d49f75bdd044313d4c5c120 /pkgs/tools/networking/keepalived
parent475aecef6a829752dfa5dd5e6f2488da65f8af22 (diff)
net-snmp: rename from net_snmp
Diffstat (limited to 'pkgs/tools/networking/keepalived')
-rw-r--r--pkgs/tools/networking/keepalived/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/keepalived/default.nix b/pkgs/tools/networking/keepalived/default.nix
index 34f8e5620f7a2..142e2e79bbfb8 100644
--- a/pkgs/tools/networking/keepalived/default.nix
+++ b/pkgs/tools/networking/keepalived/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchFromGitHub
-, libnfnetlink, libnl, net_snmp, openssl
+, libnfnetlink, libnl, net-snmp, openssl
 , pkgconfig, autoreconfHook }:
 
 stdenv.mkDerivation rec {
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   buildInputs = [
     libnfnetlink
     libnl
-    net_snmp
+    net-snmp
     openssl
   ];