about summary refs log tree commit diff
path: root/pkgs/applications/misc/xmobar/default.nix
blob: 65201f2495b9bfd35c6dcb530cd431792cad2de5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, alsaCore, alsaMixer, dbus, filepath, hinotify, HTTP
, libmpd, libXpm, libXrandr, mtl, parsec, regexCompat, stm, time
, timezoneOlson, timezoneSeries, transformers, utf8String
, wirelesstools, X11, X11Xft
}:

cabal.mkDerivation (self: {
  pname = "xmobar";
  version = "0.22.1";
  sha256 = "0mnwwcfk0xf4fi3cnw19s6lxcg8sbsdlvg7zwvf5xf0y9q365swz";
  isLibrary = false;
  isExecutable = true;
  buildDepends = [
    alsaCore alsaMixer dbus filepath hinotify HTTP libmpd mtl parsec
    regexCompat stm time timezoneOlson timezoneSeries transformers
    utf8String X11 X11Xft
  ];
  extraLibraries = [ libXpm libXrandr wirelesstools ];
  configureFlags = "-fall_extensions";
  meta = {
    homepage = "http://xmobar.org";
    description = "A Minimalistic Text Based Status Bar";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.stdenv.lib.platforms.linux;
  };
})