mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
Making more programs use readline63.
Specially those I use.
This commit is contained in:
parent
4f50a0917e
commit
23464b3241
@ -3237,6 +3237,7 @@ let
|
||||
suitesparse = null;
|
||||
openjdk = null;
|
||||
gnuplot = null;
|
||||
readline = readline63;
|
||||
};
|
||||
octaveFull = (lowPrio (callPackage ../development/interpreters/octave {
|
||||
fltk = fltk13;
|
||||
@ -3857,6 +3858,7 @@ let
|
||||
|
||||
gdb = callPackage ../development/tools/misc/gdb {
|
||||
hurd = gnu.hurdCross;
|
||||
readline = readline63;
|
||||
inherit (gnu) mig;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user