haskell-cabal-lenses: jailbreak to fix build
This commit is contained in:
parent
f085cf3999
commit
6071b304ef
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
|||||||
version = "0.1";
|
version = "0.1";
|
||||||
sha256 = "0jss4h7crh7mndl5ghbpziy37cg9i29cc64fgxvxb63hpk0q2m17";
|
sha256 = "0jss4h7crh7mndl5ghbpziy37cg9i29cc64fgxvxb63hpk0q2m17";
|
||||||
buildDepends = [ Cabal lens unorderedContainers ];
|
buildDepends = [ Cabal lens unorderedContainers ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Lenses and traversals for the Cabal library";
|
description = "Lenses and traversals for the Cabal library";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user