haskell-json-schema: jailbreak to fix build with tasty-hunit 0.9.x

This commit is contained in:
Peter Simons 2014-08-24 13:24:16 +02:00
parent 70d2f6928d
commit cd274d60b2

View file

@ -17,6 +17,7 @@ cabal.mkDerivation (self: {
aeson attoparsec genericAeson HUnit tagged tasty tastyHunit tastyTh
text
];
jailbreak = true;
meta = {
description = "Types and type classes for defining JSON schemas";
license = self.stdenv.lib.licenses.bsd3;