From a5a27d3949900f62bb3656402f5ca9e28eb7124c Mon Sep 17 00:00:00 2001 From: Richard Wallace Date: Sun, 18 Jan 2015 13:09:13 -0700 Subject: [PATCH] disable checking on haskellngPackages.jwt --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 66921545b2d..9bba159850d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -134,6 +134,9 @@ self: super: { # https://github.com/zmthy/http-media/issues/6 http-media = dontCheck super.http-media; + + # tests don't compile for some odd reason + jwt = dontCheck super.jwt; } // { # Not on Hackage yet.