tcpdump: always depend on pkg-config (#376693)

fixes pkgsCross.armv7l-hf-multiplatform.pkgsStatic.tcpdump

authored by

Yureka and committed by
GitHub
278dd5ea b227a676

+1 -1
+1 -1
pkgs/by-name/tc/tcpdump/package.nix
··· 20 20 patchShebangs tests 21 21 ''; 22 22 23 - nativeBuildInputs = lib.optional (stdenv.hostPlatform.isStatic) [ pkg-config ]; 23 + nativeBuildInputs = [ pkg-config ]; 24 24 25 25 nativeCheckInputs = [ perl ]; 26 26