about summary refs log tree commit diff
path: root/pkgs/tools/backup/fabs
diff options
context:
space:
mode:
authorMichael Raitza <spacefrogg-devel@meterriblecrew.net>2023-05-31 12:00:28 +0200
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-05-31 11:47:33 +0000
commitd11c17797df63e2893c9a6ed433e60a717dd8933 (patch)
treed8392d222ec513e40f6fc0b4789f78da564b6eb8 /pkgs/tools/backup/fabs
parent3b1afb4de10505c5efa977e6dcb5bff9c7708c02 (diff)
fabs: Mark broken
Not compatible with SQLAlchemy >= 2.0.
Diffstat (limited to 'pkgs/tools/backup/fabs')
-rw-r--r--pkgs/tools/backup/fabs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/backup/fabs/default.nix b/pkgs/tools/backup/fabs/default.nix
index 47e36b2139fa5..f6e9ec2915855 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"