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 107 108 108 enableParallelBuilding = true; 109 109 110 - outputChecks = { 110 + # non-glibc gettext has issues with this 111 + outputChecks = lib.optionalAttrs stdenv.hostPlatform.isGnu { 111 112 bin.disallowedRequisites = [ 112 113 bash 113 114 bashNonInteractive