python3Packages.sqlbag: mark as broken

This commit is contained in:
Sigmanificient 2024-05-13 17:02:18 +02:00
parent 65cb72413c
commit 43f2f9392d

View File

@ -87,5 +87,6 @@ buildPythonPackage rec {
homepage = "https://github.com/djrobstep/sqlbag";
license = with licenses; [ unlicense ];
maintainers = with maintainers; [ soispha ];
broken = true; # Fails to build against the current flask version
};
}