diff options
| author | Michael Raitza <spacefrogg-devel@meterriblecrew.net> | 2023-05-31 12:00:28 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-05-31 11:48:07 +0000 |
| commit | dbb6ef64436e419831806e75de662f38bb334ac6 (patch) | |
| tree | a760134614976645a1a844b620fde968cb9e5f7c | |
| parent | Merge pull request #234991 from NixOS/backport-234685-to-release-23.05 (diff) | |
| download | nixpkgs-origin/backport-235167-to-release-23.05.tar.gz | |
fabs: Mark brokenorigin/backport-235167-to-release-23.05
Not compatible with SQLAlchemy >= 2.0.
(cherry picked from commit 44494cc49f9c2e03b400b2622596fe66cbde0473)
| -rw-r--r-- | pkgs/tools/backup/fabs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
