nix: package ipython with readline for autocomplete, fixes #4005
This commit is contained in:
parent
fc0551b617
commit
bcdff04d24
1 changed files with 6 additions and 0 deletions
|
|
@ -29,6 +29,12 @@ self: super: {
|
|||
];
|
||||
});
|
||||
|
||||
ipython = super.ipython.override (attrs: {
|
||||
propagatedBuildInputs = attrs.propagatedBuildInputs ++ [
|
||||
self.gnureadline
|
||||
];
|
||||
});
|
||||
|
||||
kombu = super.kombu.override (attrs: {
|
||||
# The current version of kombu needs some patching to work with the
|
||||
# other libs. Should be removed once we update celery and kombu.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue