net-snmp: rename from net_snmp
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, autoreconfHook, net_snmp }:
|
||||
{ stdenv, fetchurl, autoreconfHook, net-snmp }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ifstat-legacy";
|
||||
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "01zmv6vk5kh5xmd563xws8a1qnxjb6b6kv59yzz9r3rrghxhd6c5";
|
||||
};
|
||||
|
||||
buildInputs = [ net_snmp ];
|
||||
buildInputs = [ net-snmp ];
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user