mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@ self: super: {
|
|||
# https://github.com/xmonad/xmonad-contrib/issues/235
|
||||
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.
|
||||
xmobar = super.xmobar.overrideScope (self: super: {
|
||||
hinotify = self.hinotify_0_3_9; # https://github.com/jaor/xmobar/issues/356
|
||||
|
|
Loading…
Reference in a new issue