tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ifstat: build on darwin
Sebastián Mancilla
4 years ago
0230167a
057515d5
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
ifstat-legacy
default.nix
+1
-1
pkgs/tools/networking/ifstat-legacy/default.nix
reviewed
···
9
9
sha256 = "01zmv6vk5kh5xmd563xws8a1qnxjb6b6kv59yzz9r3rrghxhd6c5";
10
10
};
11
11
12
12
-
buildInputs = [ net-snmp ];
12
12
+
buildInputs = lib.optional stdenv.isLinux net-snmp;
13
13
14
14
nativeBuildInputs = [ autoreconfHook ];
15
15