mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
pythonPackages.sqlalchemy7: mark as broken
We need an older version of sqlite.
This commit is contained in:
parent
96a3bf6cea
commit
4f302223a1
@ -23157,6 +23157,7 @@ in modules // {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.sqlalchemy.org/;
|
homepage = http://www.sqlalchemy.org/;
|
||||||
description = "A Python SQL toolkit and Object Relational Mapper";
|
description = "A Python SQL toolkit and Object Relational Mapper";
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user