mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
haskell-postgrest: fix build by disabling the test suite (which wants to run postgresql)
This commit is contained in:
parent
3769fcb6de
commit
e5ff2421ef
|
@ -188,6 +188,7 @@ self: super: {
|
|||
HList = dontCheck super.HList;
|
||||
memcached-binary = dontCheck super.memcached-binary;
|
||||
postgresql-simple = dontCheck super.postgresql-simple;
|
||||
postgrest = dontCheck super.postgrest;
|
||||
snowball = dontCheck super.snowball;
|
||||
wai-middleware-hmac = dontCheck super.wai-middleware-hmac;
|
||||
xmlgen = dontCheck super.xmlgen;
|
||||
|
|
Loading…
Reference in a new issue