mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +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;
|
HList = dontCheck super.HList;
|
||||||
memcached-binary = dontCheck super.memcached-binary;
|
memcached-binary = dontCheck super.memcached-binary;
|
||||||
postgresql-simple = dontCheck super.postgresql-simple;
|
postgresql-simple = dontCheck super.postgresql-simple;
|
||||||
|
postgrest = dontCheck super.postgrest;
|
||||||
snowball = dontCheck super.snowball;
|
snowball = dontCheck super.snowball;
|
||||||
wai-middleware-hmac = dontCheck super.wai-middleware-hmac;
|
wai-middleware-hmac = dontCheck super.wai-middleware-hmac;
|
||||||
xmlgen = dontCheck super.xmlgen;
|
xmlgen = dontCheck super.xmlgen;
|
||||||
|
|
Loading…
Reference in a new issue