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
1 changed files with 3 additions and 0 deletions

View File

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