Loading pkgs/development/python-modules/pysimplegui/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,8 @@ buildPythonPackage rec { meta = with lib; { description = "Python GUIs for Humans"; homepage = "https://github.com/PySimpleGUI/PySimpleGUI"; license = licenses.lgpl3Plus; license = licenses.unfree; maintainers = with maintainers; [ lucasew ]; broken = true; # update to v5 broke the package, it now needs rsa and is trying to access an X11 socket? }; } Loading
pkgs/development/python-modules/pysimplegui/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,8 @@ buildPythonPackage rec { meta = with lib; { description = "Python GUIs for Humans"; homepage = "https://github.com/PySimpleGUI/PySimpleGUI"; license = licenses.lgpl3Plus; license = licenses.unfree; maintainers = with maintainers; [ lucasew ]; broken = true; # update to v5 broke the package, it now needs rsa and is trying to access an X11 socket? }; }