pcre: Fix /bin/sh dependency

This commit is contained in:
Shea Levy
2018-03-20 17:26:21 -04:00
parent 1fa4b7149c
commit 31119d3ef6

View File

@@ -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