From a3c351b98a2636a9c69c95cc92919322785150d8 Mon Sep 17 00:00:00 2001 From: Peter Simons <simons@cryp.to> Date: Sun, 22 Feb 2015 19:50:01 +0100 Subject: [PATCH] haskell-jose-jwt has been fixed. --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index df4cdc3358fa..7cdb4cef5f9e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -555,9 +555,6 @@ self: super: { # https://github.com/fumieval/karakuri/issues/1 karakuri = markBroken super.karakuri; - # https://github.com/tekul/jose-jwt/issues/3 - jose-jwt = dontCheck super.jose-jwt; - # https://github.com/jtdaugherty/dbmigrations/issues/19 dbmigrations = dontCheck super.dbmigrations;