summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-14 15:39:23 +0200
committerPeter Simons <simons@cryp.to>2014-10-14 17:39:33 +0200
commit62a8e46d2619253eafd8ae0e10778c45057b12a5 (patch)
tree8e9d72c23fe752c0accd5bac6db467811d4b2c86 /pkgs/development/libraries
parent12310472caf9f8c89a7b99c5a913fc725cf6acd8 (diff)
downloadnixlib-62a8e46d2619253eafd8ae0e10778c45057b12a5.tar
nixlib-62a8e46d2619253eafd8ae0e10778c45057b12a5.tar.gz
nixlib-62a8e46d2619253eafd8ae0e10778c45057b12a5.tar.bz2
nixlib-62a8e46d2619253eafd8ae0e10778c45057b12a5.tar.lz
nixlib-62a8e46d2619253eafd8ae0e10778c45057b12a5.tar.xz
nixlib-62a8e46d2619253eafd8ae0e10778c45057b12a5.tar.zst
nixlib-62a8e46d2619253eafd8ae0e10778c45057b12a5.zip
haskell-jwt: doesn't compile
Setup: can't find source for Web/JWT in ., dist/build/autogen
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/haskell/jwt/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/jwt/default.nix b/pkgs/development/libraries/haskell/jwt/default.nix
index 9e72ce1fe8b3..c53a6465096a 100644
--- a/pkgs/development/libraries/haskell/jwt/default.nix
+++ b/pkgs/development/libraries/haskell/jwt/default.nix
@@ -24,5 +24,6 @@ cabal.mkDerivation (self: {
     description = "JSON Web Token (JWT) decoding and encoding";
     license = self.stdenv.lib.licenses.mit;
     platforms = self.ghc.meta.platforms;
+    broken = true;
   };
 })