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

fabs: Mark broken

Not compatible with SQLAlchemy >= 2.0.
parent 3b1afb4d
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"