nixpkgs/pkgs/applications/misc/arbtt/default.nix

32 lines
1,015 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-04-28 19:16:59 +02:00
{ 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 = [
2014-04-28 19:16:59 +02:00
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 ];
2014-08-24 19:55:27 +02:00
jailbreak = true;
meta = {
2014-04-28 19:16:59 +02:00
homepage = "http://arbtt.nomeata.de/";
description = "Automatic Rule-Based Time Tracker";
license = "GPL";
platforms = self.ghc.meta.platforms;
};
})