From d11c17797df63e2893c9a6ed433e60a717dd8933 Mon Sep 17 00:00:00 2001 From: Michael Raitza Date: Wed, 31 May 2023 12:00:28 +0200 Subject: [PATCH] fabs: Mark broken Not compatible with SQLAlchemy >= 2.0. --- pkgs/tools/backup/fabs/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/backup/fabs/default.nix b/pkgs/tools/backup/fabs/default.nix index 47e36b2139fa..f6e9ec291585 100644 --- a/pkgs/tools/backup/fabs/default.nix +++ b/pkgs/tools/backup/fabs/default.nix @@ -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"