Matthew Bauer 5 years ago
parent 402b717de7
commit 0c3b7ea547
  1. 2
      pkgs/servers/sql/postgresql/default.nix

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

Loading…
Cancel
Save