summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-22 17:19:20 +0100
committerPeter Simons <simons@cryp.to>2015-02-22 19:47:23 +0100
commit0961557f8fc15c09473e578efe6cabb3c956b20c (patch)
tree774dc81b4baefb925c28d8e8125216ae2eab64f0 /pkgs/development/haskell-modules/configuration-common.nix
parent4c124c4a027e29394a9a9733e4a40e3389ae8d05 (diff)
downloadnixpkgs-0961557f8fc15c09473e578efe6cabb3c956b20c.tar
nixpkgs-0961557f8fc15c09473e578efe6cabb3c956b20c.tar.gz
nixpkgs-0961557f8fc15c09473e578efe6cabb3c956b20c.tar.bz2
nixpkgs-0961557f8fc15c09473e578efe6cabb3c956b20c.tar.lz
nixpkgs-0961557f8fc15c09473e578efe6cabb3c956b20c.tar.xz
nixpkgs-0961557f8fc15c09473e578efe6cabb3c956b20c.tar.zst
nixpkgs-0961557f8fc15c09473e578efe6cabb3c956b20c.zip
haskell-karakuri is broken; haskell-jose-jwt fails its test suite.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index cc9ed3709ed..e2c63e4b086 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -566,6 +566,12 @@ self: super: {
   # https://github.com/alephcloud/hs-configuration-tools/issues/40
   configuration-tools = dontCheck super.configuration-tools;
 
+  # 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;
+
 } // {
 
   # Not on Hackage.