pkg-config: If building vanilla version, can run original tests
This commit is contained in:
parent
26f635d39a
commit
42b2035730
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
++ optional stdenv.isCygwin ./2.36.3-not-win32.patch;
|
++ optional stdenv.isCygwin ./2.36.3-not-win32.patch;
|
||||||
|
|
||||||
# These three tests fail due to a (desired) behavior change from our ./requires-private.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
|
rm -f check/check-requires-private check/check-gtk check/missing
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user