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, 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
];