8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
16 pname = "PySimpleGUI";
18 hash = "sha256-bnjPVGMVfma/tn8oCg6FLMI1W+9rtHMKNdarbNg61GM=";
21 propagatedBuildInputs = [
25 pythonImportsCheck = [
30 description = "Python GUIs for Humans";
31 homepage = "https://github.com/PySimpleGUI/PySimpleGUI";
32 license = licenses.unfree;
33 maintainers = with maintainers; [ lucasew ];
34 broken = true; # update to v5 broke the package, it now needs rsa and is trying to access an X11 socket?