From 8b59b35dd2a31f617db7f58c232ec06d27059db8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 8 Feb 2015 13:02:11 +0100 Subject: [PATCH] haskell-rematch-text: fix build by disabling the test suite --- pkgs/development/haskell-modules/configuration-common.nix | 5 +++-- pkgs/development/haskell-modules/hackage-packages.nix | 2 -- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 57682a936c64..e406e0bb14f7 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -444,8 +444,9 @@ self: super: { # Upstream notified by e-mail. OpenGLRaw21 = markBrokenVersion "1.2.0.1" super.OpenGLRaw21; - # module missing: https://github.com/tcrayford/rematch/issues/5 - rematch = dontCheck super.rematch; + # Missing module. + rematch = dontCheck super.rematch; # https://github.com/tcrayford/rematch/issues/5 + rematch-text = dontCheck super.rematch-text; # https://github.com/tcrayford/rematch/issues/6 } // { diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 9c9f73bf6d16..49583b308d2e 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -96493,7 +96493,6 @@ self: { testDepends = [ base hspec HUnit ]; description = "A simple api for matchers"; license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "rematch-text" = callPackage @@ -96506,7 +96505,6 @@ self: { testDepends = [ base hspec HUnit rematch text ]; description = "`rematch` matchers for Data.Text"; license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "remote" = callPackage