python.pkgs.prompt_toolkit: always use 1 with py2 and 2 with py3
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
, jupyter_client
|
||||
, ipython
|
||||
, ipykernel
|
||||
, prompt_toolkit_1
|
||||
, prompt_toolkit
|
||||
, pygments
|
||||
}:
|
||||
|
||||
@@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
jupyter_client
|
||||
ipython
|
||||
ipykernel
|
||||
prompt_toolkit_1
|
||||
prompt_toolkit
|
||||
pygments
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user