Unverified Commit 278dd5ea authored by Yureka's avatar Yureka Committed by GitHub
Browse files

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

fixes pkgsCross.armv7l-hf-multiplatform.pkgsStatic.tcpdump
parent b227a676
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
    patchShebangs tests
  '';

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

  nativeCheckInputs = [ perl ];