Merge pull request #166990 from dotlambda/easygui-readme

python3Packages.easygui: use README.md
This commit is contained in:
Fabian Affolter 2022-04-03 09:03:46 +02:00 committed by GitHub
commit 88ebec5e5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,10 +9,6 @@ buildPythonPackage rec {
sha256 = "sha256-1lP/ee4fQvY7WgkPL5jOAjNdhq2JY7POJmGAXK/pmgQ=";
};
postPatch = ''
substituteInPlace setup.py --replace README.md README.txt
'';
propagatedBuildInputs = [
tkinter
];