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:
parent
25556077a5
commit
d7d3eace87
@ -174,4 +174,7 @@ self: super: {
|
|||||||
hls-fourmolu-plugin = dontCheck super.hls-fourmolu-plugin;
|
hls-fourmolu-plugin = dontCheck super.hls-fourmolu-plugin;
|
||||||
hls-module-name-plugin = dontCheck super.hls-module-name-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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user