about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-14 03:37:00 +0200
committerGitHub <noreply@github.com>2024-04-14 03:37:00 +0200
commit7ec2248074c23e5844bf9f146d10713f33056f79 (patch)
treed0cab389548729f49b0faae4369fed33438f73cc
parentc212ac238b78b3db17448c314173030d70cfa5ab (diff)
parent642b9fc72b7c08d47ab0f8b01c5982d956e109bc (diff)
Merge pull request #298413 from Naxdy/work/pysimplegui-license
python3Packages.pysimplegui: change license & mark as broken
-rw-r--r--pkgs/development/python-modules/pysimplegui/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pysimplegui/default.nix b/pkgs/development/python-modules/pysimplegui/default.nix
index 30e5de7abd8d0..58deefb4f3d33 100644
--- a/pkgs/development/python-modules/pysimplegui/default.nix
+++ b/pkgs/development/python-modules/pysimplegui/default.nix
@@ -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?
   };
 }