tcpdump: always depend on pkg-config (#376693)
fixes pkgsCross.armv7l-hf-multiplatform.pkgsStatic.tcpdump
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
patchShebangs tests
|
||||
'';
|
||||
|
||||
nativeBuildInputs = lib.optional (stdenv.hostPlatform.isStatic) [ pkg-config ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
nativeCheckInputs = [ perl ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user