forked from mirrors/nixpkgs
xmonad-extras: jailbreak to build to cope with out patched version of xmonad
Fixes https://github.com/NixOS/nixpkgs/issues/43374.
This commit is contained in:
parent
aa34268dc8
commit
e65bdb9199
|
@ -51,6 +51,10 @@ self: super: {
|
||||||
# https://github.com/xmonad/xmonad-contrib/issues/235
|
# https://github.com/xmonad/xmonad-contrib/issues/235
|
||||||
xmonad-contrib = doJailbreak (appendPatch super.xmonad-contrib ./patches/xmonad-contrib-ghc-8.4.1-fix.patch);
|
xmonad-contrib = doJailbreak (appendPatch super.xmonad-contrib ./patches/xmonad-contrib-ghc-8.4.1-fix.patch);
|
||||||
|
|
||||||
|
# Our xmonad claims that it's version 0.14, which is outside of this
|
||||||
|
# package's version constraints.
|
||||||
|
xmonad-extras = doJailbreak super.xmonad-extras;
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in a new issue