haskell-rest-gen: jailbreak

This commit is contained in:
Mateusz Kowalczyk 2014-08-13 12:43:12 +01:00
parent 7794ad39b7
commit fc5c0ffc54

View file

@ -20,6 +20,7 @@ cabal.mkDerivation (self: {
testDepends = [
haskellSrcExts HUnit restCore testFramework testFrameworkHunit
];
jailbreak = true;
meta = {
description = "Documentation and client generation from rest definition";
license = self.stdenv.lib.licenses.bsd3;