Merge pull request #61395 from risicle/ris-postgres-enable-check

postgresql: enable pre-install checks
This commit is contained in:
Austin Seipp 2019-05-14 14:49:03 -05:00 committed by GitHub
commit 3b0b55df67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,10 @@ let
wrapProgram $out/bin/initdb --prefix PATH ":" ${glibc.bin}/bin 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? doInstallCheck = false; # needs a running daemon?
disallowedReferences = [ stdenv.cc ]; disallowedReferences = [ stdenv.cc ];