···1818 # Otherwise tests fail due to incorrect unicode symbol oconversion.
1919 configurePlatforms = [ "build" "host" ];
20202121+ # there's a /bin/sh shebang in bin/yacc which when no strictDeps is patched with the build stdenv shell
2222+ # however when cross-compiling it would still be patched with the build stdenv shell which would be wrong
2323+ # cannot add bash to buildInputs due to infinite recursion
2424+ strictDeps = stdenv.hostPlatform != stdenv.buildPlatform;
2525+2126 nativeBuildInputs = [ m4 perl ] ++ lib.optional stdenv.isSunOS help2man;
2227 propagatedBuildInputs = [ m4 ];
2328