mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
python3Packages.easygui: use README.md
This commit is contained in:
parent
21299f3dd3
commit
3821355aeb
1 changed files with 0 additions and 4 deletions
|
@ -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