From 743cf1ec5042307f90b37e9946cffffa08fbb11b Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle Date: Fri, 22 Jun 2012 15:53:42 +0200 Subject: Removing the old unstable taskwarrior; the stable version is on 2.x already. --- pkgs/applications/misc/taskwarrior/unstable.nix | 27 ------------------------- 1 file changed, 27 deletions(-) delete mode 100644 pkgs/applications/misc/taskwarrior/unstable.nix (limited to 'pkgs/applications') diff --git a/pkgs/applications/misc/taskwarrior/unstable.nix b/pkgs/applications/misc/taskwarrior/unstable.nix deleted file mode 100644 index a50654b28d25..000000000000 --- a/pkgs/applications/misc/taskwarrior/unstable.nix +++ /dev/null @@ -1,27 +0,0 @@ -{ stdenv, fetchurl, cmake, lua5 }: - -stdenv.mkDerivation { - name = "task-warrior-2.0.0.beta4"; - - src = fetchurl { - url = http://www.taskwarrior.org/download/task-2.0.0.beta4.tar.gz; - sha256 = "1c9n6b5ly3m5kminnsvqgmjxdkb68w4av9kdnh47dw4sj3gwrn1w"; - }; - - NIX_LDFLAGS = "-ldl"; - - buildNativeInputs = [ cmake ]; - buildInputs = [ lua5 ]; - - crossAttrs = { - preConfigure = '' - export NIX_CROSS_LDFLAGS="$NIX_CROSS_LDFLAGS -ldl" - ''; - }; - - meta = { - description = "Command-line todo list manager"; - homepage = http://taskwarrior.org/; - license = "MIT"; - }; -} -- cgit 1.4.1