postgresql: enable pre-install checks

wip/yesman
Robert Scott 5 years ago
parent ab18644e3d
commit d7f36ecb3d
  1. 4
      pkgs/servers/sql/postgresql/default.nix

@ -101,6 +101,10 @@ let
wrapProgram $out/bin/initdb --prefix PATH ":" ${glibc.bin}/bin
'';
doCheck = true;
# autodetection doesn't seem to able to find this, but it's there.
checkTarget = "check";
doInstallCheck = false; # needs a running daemon?
disallowedReferences = [ stdenv.cc ];

Loading…
Cancel
Save