From b1dd0a0db5757bfd68b850964b31214d59a09364 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 23 Feb 2015 11:43:29 +0100 Subject: [PATCH] haskell-dbmigrations: build has been has been fixed But the test suite requires a running PostgreSQL server. --- pkgs/development/haskell-modules/configuration-common.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7240f8112721..6f39a51abfad 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/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;