summary refs log tree commit diff
path: root/pkgs/applications/misc/arbtt/default.nix
blob: 27f6c1223741988ff64b22db060dc16391b74bc5 (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
29
30
31
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, aeson, binary, bytestringProgress, deepseq, filepath
, HUnit, libXScrnSaver, parsec, pcreLight, processExtras, strict
, tasty, tastyGolden, tastyHunit, terminalProgressBar, time
, transformers, utf8String, X11
}:

cabal.mkDerivation (self: {
  pname = "arbtt";
  version = "0.8.1.2";
  sha256 = "074vb84vkygxamvq7xnwlpgbch6qkbhyzbakc343230p1ryxf62q";
  isLibrary = false;
  isExecutable = true;
  buildDepends = [
    aeson binary bytestringProgress deepseq filepath parsec pcreLight
    strict terminalProgressBar time transformers utf8String X11
  ];
  testDepends = [
    binary deepseq HUnit parsec pcreLight processExtras tasty
    tastyGolden tastyHunit time transformers utf8String
  ];
  extraLibraries = [ libXScrnSaver ];
  jailbreak = true;
  meta = {
    homepage = "http://arbtt.nomeata.de/";
    description = "Automatic Rule-Based Time Tracker";
    license = "GPL";
    platforms = self.ghc.meta.platforms;
  };
})