Patching xmobar-0.15 to accept mtl-2.1.
svn path=/nixpkgs/trunk/; revision=34354
This commit is contained in:
parent
27bef25b17
commit
8cf7f46ea0
@ -13,6 +13,9 @@ cabal.mkDerivation (self: {
|
|||||||
];
|
];
|
||||||
extraLibraries = [ libXrandr wirelesstools ];
|
extraLibraries = [ libXrandr wirelesstools ];
|
||||||
configureFlags = "-fwith_xft -fwith_iwlib";
|
configureFlags = "-fwith_xft -fwith_iwlib";
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's|mtl ==.*$|mtl,|' xmobar.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://projects.haskell.org/xmobar/";
|
homepage = "http://projects.haskell.org/xmobar/";
|
||||||
description = "A Minimalistic Text Based Status Bar";
|
description = "A Minimalistic Text Based Status Bar";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user