haskell-dbmigrations: build has been has been fixed

But the test suite requires a running PostgreSQL server.
wip/yesman
Peter Simons 9 years ago
parent a88d2eeb3a
commit b1dd0a0db5
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix

@ -206,6 +206,7 @@ self: super: {
# These packages try to execute non-existent external programs.
cmaes = dontCheck super.cmaes; # http://hydra.cryp.to/build/498725/log/raw
dbmigrations = dontCheck super.dbmigrations;
filestore = dontCheck super.filestore;
graceful = dontCheck super.graceful;
hakyll = dontCheck super.hakyll;
@ -550,9 +551,6 @@ self: super: {
# https://github.com/fumieval/karakuri/issues/1
karakuri = markBroken super.karakuri;
# https://github.com/jtdaugherty/dbmigrations/issues/19
dbmigrations = dontCheck super.dbmigrations;
# https://github.com/chadaustin/buffer-builder/issues/2
buffer-builder = markBroken super.buffer-builder;
buffer-builder-aeson = markBroken super.buffer-builder-aeson;

Loading…
Cancel
Save