haskell-cabal-lenses: jailbreak to fix build

This commit is contained in:
Peter Simons 2014-06-09 09:52:41 +02:00
parent f085cf3999
commit 6071b304ef

View File

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "0.1";
sha256 = "0jss4h7crh7mndl5ghbpziy37cg9i29cc64fgxvxb63hpk0q2m17";
buildDepends = [ Cabal lens unorderedContainers ];
jailbreak = true;
meta = {
description = "Lenses and traversals for the Cabal library";
license = self.stdenv.lib.licenses.bsd3;