* Sync with the trunk.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14073
This commit is contained in:
Eelco Dolstra
2009-02-13 13:49:29 +00:00
9 changed files with 66 additions and 64 deletions
-17
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";
};
}