Skip to content

Commit

Permalink
tcpdump: always depend on pkg-config (#376693)
Browse files Browse the repository at this point in the history
fixes pkgsCross.armv7l-hf-multiplatform.pkgsStatic.tcpdump
  • Loading branch information
yuyuyureka authored Jan 30, 2025
1 parent b227a67 commit 278dd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/tc/tcpdump/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
patchShebangs tests
'';

nativeBuildInputs = lib.optional (stdenv.hostPlatform.isStatic) [ pkg-config ];
nativeBuildInputs = [ pkg-config ];

nativeCheckInputs = [ perl ];

Expand Down

0 comments on commit 278dd5e

Please sign in to comment.