xmonad-extras: jailbreak to support recent versions of xmonad

This commit is contained in:
Peter Simons 2013-01-04 19:22:52 +01:00
parent 21dcee77c0
commit 7a92fde4f0

View File

@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
xmonadContrib
];
configureFlags = "-f-with_hlist -fwith_split -fwith_parsec";
jailbreak = true;
meta = {
homepage = "http://projects.haskell.org/xmonad-extras";
description = "Third party extensions for xmonad with wacky dependencies";