pkg-config: If building vanilla version, can run original tests

This commit is contained in:
John Ericson 2020-05-21 08:52:20 -04:00
parent 26f635d39a
commit 42b2035730

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
++ optional stdenv.isCygwin ./2.36.3-not-win32.patch;
# These three tests fail due to a (desired) behavior change from our ./requires-private.patch
postPatch = ''
postPatch = if vanilla then null else ''
rm -f check/check-requires-private check/check-gtk check/missing
'';