fabs: Mark broken

Not compatible with SQLAlchemy >= 2.0.
This commit is contained in:
Michael Raitza 2023-05-31 12:00:28 +02:00 committed by Anderson Torres
parent 3b1afb4de1
commit d11c17797d

View file

@ -58,6 +58,7 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/openafs-contrib/fabs";
license = with licenses; [ isc ];
maintainers = with maintainers; [ spacefrogg ];
broken = lib.versionAtLeast python3.pkgs.sqlalchemy.version "2.0";
badPlatforms = [
"x86_64-darwin"
"aarch64-darwin"