forked from mirrors/nixpkgs
python3Packages.aiowinreg: prompt_toolkit -> prompt-toolkit
This commit is contained in:
parent
db6a26db02
commit
1965bbf76a
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue