lol

python311Packages.agate-sql: unbreak

authored by

OTABI Tomoya and committed by
GitHub
bb89955a 201fd804

-2
-2
pkgs/development/python-modules/agate-sql/default.nix
··· 27 27 pythonImportsCheck = [ "agatesql" ]; 28 28 29 29 meta = with lib; { 30 - # https://github.com/wireservice/agate-sql/commit/74af1badd85408909ea72cb6ca8c0b223d178c6f 31 - broken = lib.versionAtLeast sqlalchemy.version "2.0"; 32 30 description = "Adds SQL read/write support to agate."; 33 31 homepage = "https://github.com/wireservice/agate-sql"; 34 32 license = with licenses; [ mit ];