ghc-8.6.x: disable mpd support in xmobar
libmpd does not compile with the latest version of ghc.
This commit is contained in:
parent
b5c725f122
commit
2f9a6d648b
@ -127,4 +127,7 @@ self: super: {
|
|||||||
# Break out of "yaml >=0.10.4.0 && <0.11".
|
# Break out of "yaml >=0.10.4.0 && <0.11".
|
||||||
stack = doJailbreak super.stack;
|
stack = doJailbreak super.stack;
|
||||||
|
|
||||||
|
# https://github.com/vimus/libmpd-haskell/issues/109
|
||||||
|
xmobar = disableCabalFlag (super.xmobar.override { libmpd = null; }) "with_mpd";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user