summary refs log tree commit diff
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 12:06:59 +0000
commit542ccc3f66806f6ceac2ba790e48369070814fde (patch)
treed33f604a9870cab0c8b2701758cf1018f6a61b3f
parent3a70dd92993182f8e514700ccf5b1ae9fc8a3b8d (diff)
fabs: Mark broken
Not compatible with SQLAlchemy >= 2.0.

(cherry picked from commit 44494cc49f9c2e03b400b2622596fe66cbde0473)
-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"