python3Packages.aiowinreg: prompt_toolkit -> prompt-toolkit
This commit is contained in:
parent
db6a26db02
commit
1965bbf76a
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
, fetchPypi
|
||||
, pythonOlder
|
||||
, winacl
|
||||
, prompt_toolkit
|
||||
, prompt-toolkit
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
prompt_toolkit
|
||||
prompt-toolkit
|
||||
winacl
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue