From 1be8f5f076551048ba08ca582421063a27497ee9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 19 Sep 2011 16:51:11 +0000 Subject: [PATCH] haskell-xmobar: re-generated expression with the latest version of cabal2nix svn path=/nixpkgs/trunk/; revision=29355 --- pkgs/applications/misc/xmobar/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/xmobar/default.nix b/pkgs/applications/misc/xmobar/default.nix index 89265fd7f67..454e5493ea7 100644 --- a/pkgs/applications/misc/xmobar/default.nix +++ b/pkgs/applications/misc/xmobar/default.nix @@ -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";