mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 11:48:35 +00:00
fabs: Mark broken
Not compatible with SQLAlchemy >= 2.0.
This commit is contained in:
parent
3b1afb4de1
commit
d11c17797d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user