mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
haskellPackages.swarm: fix broken package
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
parent
f52a92c226
commit
1bb311a89e
@ -2648,4 +2648,12 @@ in {
|
||||
# Upstream jailbreak is unreleased: https://github.com/srid/heist/commit/988692ea850b3cbe966c7dc4dd26ba1d49647706
|
||||
heist-emanote = doJailbreak (dontCheck super.heist-emanote);
|
||||
|
||||
# 2022-11-15: Needs newer witch package and brick 1.3 which in turn works with text-zipper 0.12
|
||||
# Other dependencies are resolved with doJailbreak for both swarm and brick_1_3
|
||||
swarm = doJailbreak (super.swarm.override {
|
||||
witch = super.witch_1_1_2_0;
|
||||
brick = doJailbreak (dontCheck (super.brick_1_3.override {
|
||||
text-zipper = super.text-zipper_0_12;
|
||||
}));
|
||||
});
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user