xmonad-extras: patch to allow building with split 0.2.x

This commit is contained in:
Peter Simons 2012-09-17 15:50:11 +02:00
parent 51722e9526
commit 9a6c3c8f60

View File

@ -10,7 +10,10 @@ cabal.mkDerivation (self: {
hint libmpd mtl network parsec random regexPosix split X11 xmonad
xmonadContrib
];
configureFlags = "-f-with_hlist";
patchPhase = ''
sed -i xmonad-extras.cabal -e 's|split .*|split|'
'';
configureFlags = "-f-with_hlist -fwith_split -fwith_parsec";
meta = {
homepage = "http://projects.haskell.org/xmonad-extras";
description = "Third party extensions for xmonad with wacky dependencies";