Loading pkgs/development/python-modules/python-efl/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -48,6 +48,8 @@ buildPythonPackage rec { platforms = platforms.linux; license = with licenses; [ gpl3 lgpl3 ]; maintainers = with maintainers; [ matejc ftrvxmtrx ] ++ teams.enlightenment.members; broken = true; # The generated files in the tarball aren't compatible with python 3.11 # See https://sourceforge.net/p/enlightenment/mailman/message/37794291/ broken = python.pythonAtLeast "3.11"; }; } Loading
pkgs/development/python-modules/python-efl/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -48,6 +48,8 @@ buildPythonPackage rec { platforms = platforms.linux; license = with licenses; [ gpl3 lgpl3 ]; maintainers = with maintainers; [ matejc ftrvxmtrx ] ++ teams.enlightenment.members; broken = true; # The generated files in the tarball aren't compatible with python 3.11 # See https://sourceforge.net/p/enlightenment/mailman/message/37794291/ broken = python.pythonAtLeast "3.11"; }; }