* GDB needs Readline 5.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14706
This commit is contained in:
parent
5e9b323363
commit
d0555f176b
@ -2586,7 +2586,8 @@ let
|
||||
};
|
||||
|
||||
gdb = import ../development/tools/misc/gdb {
|
||||
inherit fetchurl stdenv ncurses readline gmp mpfr texinfo;
|
||||
inherit fetchurl stdenv ncurses gmp mpfr texinfo;
|
||||
readline = readline5;
|
||||
};
|
||||
|
||||
valgrind = import ../development/tools/analysis/valgrind {
|
||||
|
Loading…
Reference in New Issue
Block a user