From 1bc42cb1935020a85845e59e38e3dd484991eaaf Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 31 Oct 2018 12:01:17 +0100 Subject: [PATCH] haskell-xmobar: drop obsolete override for ghc-8.6.x --- pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix index 15497cd692e..37d11e08c98 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix @@ -117,7 +117,4 @@ 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"; - }