haskellPackages.tmp-postgres: disable tests on darwin

The tests use pgrep which is not packaged for darwin yet as we are
lacking some private / non open source headers for it to compile.

May be resolvable in the future.
This commit is contained in:
sternenseemann 2021-06-22 16:00:19 +02:00
parent 25556077a5
commit d7d3eace87

View file

@ -174,4 +174,7 @@ self: super: {
hls-fourmolu-plugin = dontCheck super.hls-fourmolu-plugin;
hls-module-name-plugin = dontCheck super.hls-module-name-plugin;
# We are lacking pure pgrep at the moment for tests to work
tmp-postgres = dontCheck super.tmp-postgres;
}