haskell-jwt: doesn't compile

Setup: can't find source for Web/JWT in ., dist/build/autogen
This commit is contained in:
Peter Simons 2014-10-14 15:39:23 +02:00
parent 12310472ca
commit 62a8e46d26

View File

@ -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;
};
})