mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
haskell-tree-diff: jailbreak to fix the build
This commit is contained in:
parent
f73baa30f3
commit
1cc37b2947
@ -1091,6 +1091,9 @@ self: super: {
|
|||||||
cborg = doJailbreak super.cborg;
|
cborg = doJailbreak super.cborg;
|
||||||
serialise = doJailbreak (dontCheck super.serialise);
|
serialise = doJailbreak (dontCheck super.serialise);
|
||||||
|
|
||||||
|
# https://github.com/phadej/tree-diff/issues/19
|
||||||
|
tree-diff = doJailbreak super.tree-diff;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user