X11 version 1.4.2, added xmobar a minimalistic status bar written in haskell (integrates fine with xmonad)

svn path=/nixpkgs/trunk/; revision=11645
This commit is contained in:
Tobias Hammerschmidt
2008-04-15 20:03:25 +00:00
parent 5f5fb2ce5d
commit cfc9624c08
3 changed files with 18 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
{cabal, X11}:
cabal.mkDerivation (self : {
pname = "xmobar";
name = "${self.fname}";
version = "0.8";
sha256 = "88aa5bc0715e2592282e5897bc7938f16580804f56757bc71ed3762bf86c9415";
extraBuildInputs = [X11];
meta = {
description = "xmobar is a minimalistic text based status bar";
};
})