Revert "added cgdb (ncrurses based gdb frontend)" and dooh commit.

gdb does have a curses based interface as itself (try ctrl-x o)

svn path=/nixpkgs/trunk/; revision=14069
This commit is contained in:
Marc Weber 2009-02-13 12:04:41 +00:00
parent cd6864e7e9
commit c1b79a5b5d
2 changed files with 0 additions and 21 deletions

View file

@ -1,17 +0,0 @@
args:
args.stdenv.mkDerivation {
name = "cgdb-0.6.4";
src = args.fetchurl {
url = http://prdownloads.sourceforge.net/cgdb/cgdb-0.6.4.tar.gz;
sha256 = "10c03p3bbr1glyw7j2i2sv97riiksw972pdamcqdqrzzfdcly54w";
};
buildInputs =(with args; [readline ncurses]);
meta = {
description = "curses interface to gdb";
homepage = http://cgdb.sourceforge.net/;
license ="GPLv2";
};
}

View file

@ -483,10 +483,6 @@ let
inherit fetchurl stdenv;
};
cgdb = import ../tools/misc/cgdb {
inherit fetchurl stdenv ncurses readline;
};
ccrypt = import ../tools/security/ccrypt {
inherit fetchurl stdenv;
};