xmonad, xmonad-contrib, xmonad-extras: remove superfluous config

xmonad and xmonad-contrib no longer require patches, and
xmonad-contrib and xmonad-extras no longer need to be jailbroken.
This commit is contained in:
Michael Alan Dorman
2018-08-07 09:25:35 +02:00
committed by Peter Simons
parent e1d180725b
commit 8df4d87aee
2 changed files with 0 additions and 16 deletions
@@ -1072,9 +1072,6 @@ self: super: {
# https://github.com/haskell-servant/servant-auth/issues/113
servant-auth-client = dontCheck super.servant-auth-client;
# Over-specified constraint on X11 ==1.8.*.
xmonad = doJailbreak super.xmonad;
# Test has either build errors or fails anyway, depending on the compiler.
vector-algorithms = dontCheck super.vector-algorithms;