about summary refs log tree commit diff
path: root/pkgs/applications/misc/arbtt/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/arbtt/default.nix')
-rw-r--r--pkgs/applications/misc/arbtt/default.nix31
1 files changed, 0 insertions, 31 deletions
diff --git a/pkgs/applications/misc/arbtt/default.nix b/pkgs/applications/misc/arbtt/default.nix
deleted file mode 100644
index cd3df455c38e..000000000000
--- a/pkgs/applications/misc/arbtt/default.nix
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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.4";
-  sha256 = "15ydb425nvqfzajx09q713wy5xa7awbzfjlsidk17vf7qbhfjn7z";
-  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;
-  };
-})