Updating gdb. I did not update the 'bleeding edge' thing though. That should be

better named to "one git checkout" instead of bleeding edge.


svn path=/nixpkgs/trunk/; revision=31883
This commit is contained in:
Lluís Batlle i Rossell
2012-01-27 15:11:17 +00:00
parent 41445f89c3
commit 29ca4d272f
3 changed files with 5 additions and 5 deletions

View File

@@ -3154,13 +3154,11 @@ let
uisp = callPackage ../development/tools/misc/uisp { };
gdb = callPackage ../development/tools/misc/gdb {
readline = readline5;
hurd = gnu.hurdCross;
inherit (gnu) mig;
};
gdbCross = callPackage ../development/tools/misc/gdb {
readline = readline5;
target = crossSystem;
};