haskell-packages.nix: xmobar requires parsec 3

Adding this explicit override fixes the GHC 6.10.4 build.

svn path=/nixpkgs/trunk/; revision=30829
This commit is contained in:
Peter Simons 2011-12-11 18:01:03 +00:00
parent 6569f68dde
commit 0f1e1249e7

View File

@ -1443,7 +1443,9 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
leksah = callPackage ../applications/editors/leksah {};
xmobar = callPackage ../applications/misc/xmobar {};
xmobar = callPackage ../applications/misc/xmobar {
parsec = self.parsec3;
};
xmonad = callPackage ../applications/window-managers/xmonad {};