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:
parent
6569f68dde
commit
0f1e1249e7
@ -1443,7 +1443,9 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||||||
|
|
||||||
leksah = callPackage ../applications/editors/leksah {};
|
leksah = callPackage ../applications/editors/leksah {};
|
||||||
|
|
||||||
xmobar = callPackage ../applications/misc/xmobar {};
|
xmobar = callPackage ../applications/misc/xmobar {
|
||||||
|
parsec = self.parsec3;
|
||||||
|
};
|
||||||
|
|
||||||
xmonad = callPackage ../applications/window-managers/xmonad {};
|
xmonad = callPackage ../applications/window-managers/xmonad {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user