pcre: Fix /bin/sh dependency
This commit is contained in:
parent
1fa4b7149c
commit
31119d3ef6
@ -35,6 +35,10 @@ in stdenv.mkDerivation rec {
|
|||||||
# https://bugs.exim.org/show_bug.cgi?id=2173
|
# https://bugs.exim.org/show_bug.cgi?id=2173
|
||||||
patches = [ ./stacksize-detection.patch ];
|
patches = [ ./stacksize-detection.patch ];
|
||||||
|
|
||||||
|
preCheck = ''
|
||||||
|
patchShebangs RunGrepTest
|
||||||
|
'';
|
||||||
|
|
||||||
doCheck = !(with hostPlatform; isCygwin || isFreeBSD) && hostPlatform == buildPlatform;
|
doCheck = !(with hostPlatform; isCygwin || isFreeBSD) && hostPlatform == buildPlatform;
|
||||||
# XXX: test failure on Cygwin
|
# XXX: test failure on Cygwin
|
||||||
# we are running out of stack on both freeBSDs on Hydra
|
# we are running out of stack on both freeBSDs on Hydra
|
||||||
|
Loading…
x
Reference in New Issue
Block a user