e2fsprogs: avoid outputChecks on darwin

And the problem is probably the same on other non-glibc platforms, too.
Hydra logs don't show these kind of errors, but here's a build:
https://hydra.nixos.org/build/306371286

/cc the PR that caused the issue: #431959

+2 -1
+2 -1
pkgs/by-name/e2/e2fsprogs/package.nix
··· 107 108 enableParallelBuilding = true; 109 110 - outputChecks = { 111 bin.disallowedRequisites = [ 112 bash 113 bashNonInteractive
··· 107 108 enableParallelBuilding = true; 109 110 + # non-glibc gettext has issues with this 111 + outputChecks = lib.optionalAttrs stdenv.hostPlatform.isGnu { 112 bin.disallowedRequisites = [ 113 bash 114 bashNonInteractive