postgresql: disable tests on darwin

reported in https://www.postgresql.org/message-id/4D8E1BC5-BBCF-4B19-8226-359201EA8305%40gmail.com
This commit is contained in:
Matthew Bauer 2019-06-06 00:18:38 -04:00
parent 402b717de7
commit 0c3b7ea547

View file

@ -101,7 +101,7 @@ let
wrapProgram $out/bin/initdb --prefix PATH ":" ${glibc.bin}/bin
'';
doCheck = true;
doCheck = !stdenv.isDarwin;
# autodetection doesn't seem to able to find this, but it's there.
checkTarget = "check";