Merge pull request #298413 from Naxdy/work/pysimplegui-license

python3Packages.pysimplegui: change license & mark as broken
This commit is contained in:
Weijia Wang 2024-04-14 03:37:00 +02:00 committed by GitHub
commit 7ec2248074
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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?
};
}