python.pkgs.prompt_toolkit: always use 1 with py2 and 2 with py3

This commit is contained in:
Frederik Rietdijk
2018-11-21 12:38:54 +01:00
parent ed6befe2f2
commit f0b49c4d10
8 changed files with 15 additions and 16 deletions
@@ -16,7 +16,7 @@ pythonPackages.buildPythonApplication rec {
click
httpie
parsimonious
prompt_toolkit_1
prompt_toolkit
pygments
six
];