1 { lib, fetchPypi, buildPythonPackage, tkinter }:
3 buildPythonPackage rec {
9 hash = "sha256-1lP/ee4fQvY7WgkPL5jOAjNdhq2JY7POJmGAXK/pmgQ=";
12 propagatedBuildInputs = [
16 doCheck = false; # No tests available
18 pythonImportsCheck = [ "easygui" ];
21 description = "Very simple, very easy GUI programming in Python";
22 homepage = "https://github.com/robertlugg/easygui";
23 license = licenses.bsd3;
24 maintainers = with maintainers; [ ];