From 942280d72f1e1d91be83c53d2fa0bb7b03413a58 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 20 Jun 2021 13:12:48 +0200 Subject: [PATCH] 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 --- .../python-modules/sqlalchemy-imageattach/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/sqlalchemy-imageattach/default.nix b/pkgs/development/python-modules/sqlalchemy-imageattach/default.nix index 15ac7dc3a555..55026b2b5530 100644 --- a/pkgs/development/python-modules/sqlalchemy-imageattach/default.nix +++ b/pkgs/development/python-modules/sqlalchemy-imageattach/default.nix @@ -36,6 +36,7 @@ buildPythonPackage rec { homepage = "https://github.com/dahlia/sqlalchemy-imageattach"; description = "SQLAlchemy extension for attaching images to entity objects"; license = licenses.mit; + broken = true; # Incompatible with sqlalchemy>=1.4 (https://github.com/dahlia/sqlalchemy-imageattach/issues/47) }; }