lol

python3Packages.sqlalchemy-imageattach: mark as broken

This broke, when the declarative API of SQLAlchemy changed in the 1.4.
release series.

The library seems otherwise unmaintained since 2017.

https://github.com/dahlia/sqlalchemy-imageattach/issues/47

+1
+1
pkgs/development/python-modules/sqlalchemy-imageattach/default.nix
··· 36 36 homepage = "https://github.com/dahlia/sqlalchemy-imageattach"; 37 37 description = "SQLAlchemy extension for attaching images to entity objects"; 38 38 license = licenses.mit; 39 + broken = true; # Incompatible with sqlalchemy>=1.4 (https://github.com/dahlia/sqlalchemy-imageattach/issues/47) 39 40 }; 40 41 41 42 }