pythonPackages.prompt_toolkit: 1.0.15 -> 2.0.7
Created a version to prompt_toolkit_1 for legacy ipython
This commit is contained in:
committed by
Frederik Rietdijk
parent
189acf712d
commit
d69246709f
@@ -28,7 +28,7 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
checkInputs = [ python3Packages.pytest glibcLocales git ];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [ ply prompt_toolkit_2 pygments ];
|
||||
propagatedBuildInputs = with python3Packages; [ ply prompt_toolkit pygments ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A Python-ish, BASHwards-compatible shell";
|
||||
|
||||
Reference in New Issue
Block a user