1 { lib, fetchPypi, buildPythonPackage, tkinter }:
3 buildPythonPackage rec {
10 hash = "sha256-IZQifei/96PW2lQYSHBaFV3LsqBu4SDZ8oCh1/USY/8=";
13 propagatedBuildInputs = [ tkinter ];
17 pythonImportsCheck = [ "pymsgbox" ];
20 description = "A simple, cross-platform, pure Python module for JavaScript-like message boxes";
21 homepage = "https://github.com/asweigart/PyMsgBox";
22 license = licenses.bsd3;
23 maintainers = with maintainers; [ jluttine ];