Commit 542ccc3f authored by Michael Raitza's avatar Michael Raitza Committed by Anderson Torres
Browse files

fabs: Mark broken

Not compatible with SQLAlchemy >= 2.0.

(cherry picked from commit 44494cc49f9c2e03b400b2622596fe66cbde0473)
parent 3a70dd92
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"