python314Packages.llvmlite: unmark disabled

This commit is contained in:
qbisi
2026-01-15 15:38:06 +08:00
parent e6b75d349e
commit a8aa1f9889
@@ -29,7 +29,7 @@ buildPythonPackage rec {
version = "0.46.0";
pyproject = true;
disabled = isPyPy || pythonAtLeast "3.14";
disabled = isPyPy;
src = fetchFromGitHub {
owner = "numba";