Unverified Commit 642b9fc7 authored by Naxdy's avatar Naxdy
Browse files

python3Packages.pysimplegui: mark as broken

parent 91238caa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,5 +31,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/PySimpleGUI/PySimpleGUI";
    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?
  };
}