python312Packages.clifford: mark as broken

Doesn't work with latest numba
https://github.com/pygae/clifford/issues/430
https://github.com/numba/numba/pull/9353
This commit is contained in:
Corinna Raab 2024-04-11 09:05:09 +02:00
parent 54ad90b9cd
commit 4ec09aff58

View File

@ -70,5 +70,8 @@ buildPythonPackage rec {
changelog = "https://github.com/pygae/clifford/releases/tag/v${version}"; changelog = "https://github.com/pygae/clifford/releases/tag/v${version}";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
# Broken with numba >= 0.54
# see https://github.com/pygae/clifford/issues/430
broken = versionAtLeast numba.version "0.58";
}; };
} }