mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
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:
parent
cd6864e7e9
commit
c1b79a5b5d
@ -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";
|
||||
};
|
||||
}
|
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user