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
|
||||
patches = [ ./stacksize-detection.patch ];
|
||||
|
||||
preCheck = ''
|
||||
patchShebangs RunGrepTest
|
||||
'';
|
||||
|
||||
doCheck = !(with hostPlatform; isCygwin || isFreeBSD) && hostPlatform == buildPlatform;
|
||||
# XXX: test failure on Cygwin
|
||||
# we are running out of stack on both freeBSDs on Hydra
|
||||
|
|
Loading…
Reference in New Issue