mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 11:22:58 +00:00
pythonPackages.pythonefl: broken with python 3.11
This commit is contained in:
parent
641a768829
commit
20a6590313
@ -48,6 +48,8 @@ buildPythonPackage rec {
|
|||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = with licenses; [ gpl3 lgpl3 ];
|
license = with licenses; [ gpl3 lgpl3 ];
|
||||||
maintainers = with maintainers; [ matejc ftrvxmtrx ] ++ teams.enlightenment.members;
|
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…
Reference in New Issue
Block a user