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, lib, fetchurl, pkgconfig, removeReferencesTo
, libevent, readline, net_snmp, openssl
, libevent, readline, net-snmp, openssl
}:
stdenv.mkDerivation rec {
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
];
nativeBuildInputs = [ pkgconfig removeReferencesTo ];
buildInputs = [ libevent readline net_snmp openssl ];
buildInputs = [ libevent readline net-snmp openssl ];
enableParallelBuilding = true;