1
0
Fork 1
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:
Peter Simons 2015-02-08 13:26:02 +01:00
parent 3769fcb6de
commit e5ff2421ef

View file

@ -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;