mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
haskell-xmobar: re-generated expression with the latest version of cabal2nix
svn path=/nixpkgs/trunk/; revision=29355
This commit is contained in:
parent
c9a0666da7
commit
1be8f5f076
@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ mtl parsec stm time utf8String X11 X11Xft ];
|
||||
configureFlags = "--flags=with_xft";
|
||||
configureFlags = "-fwith_xft";
|
||||
meta = {
|
||||
homepage = "http://projects.haskell.org/xmobar/";
|
||||
description = "A Minimalistic Text Based Status Bar";
|
||||
|
Loading…
Reference in New Issue
Block a user