lol

ifstat: build on darwin

+1 -1
+1 -1
pkgs/tools/networking/ifstat-legacy/default.nix
··· 9 9 sha256 = "01zmv6vk5kh5xmd563xws8a1qnxjb6b6kv59yzz9r3rrghxhd6c5"; 10 10 }; 11 11 12 - buildInputs = [ net-snmp ]; 12 + buildInputs = lib.optional stdenv.isLinux net-snmp; 13 13 14 14 nativeBuildInputs = [ autoreconfHook ]; 15 15