3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.aiowinreg: prompt_toolkit -> prompt-toolkit

This commit is contained in:
Jonathan Ringer 2021-07-27 11:44:48 -07:00 committed by Jonathan Ringer
parent db6a26db02
commit 1965bbf76a

View file

@ -3,7 +3,7 @@
, fetchPypi , fetchPypi
, pythonOlder , pythonOlder
, winacl , winacl
, prompt_toolkit , prompt-toolkit
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -18,7 +18,7 @@ buildPythonPackage rec {
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
prompt_toolkit prompt-toolkit
winacl winacl
]; ];