ghc-8.6.x: disable mpd support in xmobar

libmpd does not compile with the latest version of ghc.
This commit is contained in:
Peter Simons 2018-10-19 14:24:05 +02:00
parent b5c725f122
commit 2f9a6d648b

View File

@ -127,4 +127,7 @@ self: super: {
# Break out of "yaml >=0.10.4.0 && <0.11".
stack = doJailbreak super.stack;
# https://github.com/vimus/libmpd-haskell/issues/109
xmobar = disableCabalFlag (super.xmobar.override { libmpd = null; }) "with_mpd";
}