haskell-xmonad-contrib: apply patches to fix the build
This commit is contained in:
parent
0c45d331c7
commit
1cc53afdd2
@ -48,6 +48,9 @@ self: super: {
|
|||||||
sha256 = "1mj3k0w8aqyy71kmc71vzhgxmr4h6i5b3sykwflzays50grjm5jp";
|
sha256 = "1mj3k0w8aqyy71kmc71vzhgxmr4h6i5b3sykwflzays50grjm5jp";
|
||||||
})) self.semigroups;
|
})) self.semigroups;
|
||||||
|
|
||||||
|
# https://github.com/xmonad/xmonad-contrib/issues/235
|
||||||
|
xmonad-contrib = doJailbreak (appendPatch super.xmonad-contrib ./patches/xmonad-contrib-ghc-8.4.1-fix.patch);
|
||||||
|
|
||||||
# This package desperately needs a maintainer.
|
# This package desperately needs a maintainer.
|
||||||
xmobar = super.xmobar.overrideScope (self: super: {
|
xmobar = super.xmobar.overrideScope (self: super: {
|
||||||
hinotify = self.hinotify_0_3_9; # https://github.com/jaor/xmobar/issues/356
|
hinotify = self.hinotify_0_3_9; # https://github.com/jaor/xmobar/issues/356
|
||||||
@ -55,8 +58,4 @@ self: super: {
|
|||||||
});
|
});
|
||||||
hinotify_0_3_9 = dontCheck (doJailbreak super.hinotify_0_3_9); # allow async 2.2.x
|
hinotify_0_3_9 = dontCheck (doJailbreak super.hinotify_0_3_9); # allow async 2.2.x
|
||||||
|
|
||||||
|
|
||||||
## # https://github.com/xmonad/xmonad-contrib/issues/235
|
|
||||||
## xmonad-contrib = doJailbreak (appendPatch super.xmonad-contrib ./patches/xmonad-contrib-ghc-8.4.1-fix.patch);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user