mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 07:34:21 +00:00
python3Packages.sqlbag: mark as broken
This commit is contained in:
parent
65cb72413c
commit
43f2f9392d
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user