From e65bdb91997701d51421b97aa989d8c764733bc6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 12 Jul 2018 10:54:12 +0200 Subject: [PATCH] xmonad-extras: jailbreak to build to cope with out patched version of xmonad Fixes https://github.com/NixOS/nixpkgs/issues/43374. --- pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix index ed324e01855..881771a3a4c 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -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