forked from mirrors/nixpkgs
python3Packages.easygui: use README.md
This commit is contained in:
parent
21299f3dd3
commit
3821355aeb
|
@ -9,10 +9,6 @@ buildPythonPackage rec {
|
|||
sha256 = "sha256-1lP/ee4fQvY7WgkPL5jOAjNdhq2JY7POJmGAXK/pmgQ=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py --replace README.md README.txt
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
tkinter
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue