fluidasserts: mark broken

The dependency tree pins many versions to a patch number,
makes it too fragile with how often the packages get bumped.
This commit is contained in:
Jonathan Ringer
2020-04-12 10:24:18 -07:00
committed by Jon
parent 539b7f1e3b
commit 976cb854fd
@@ -205,5 +205,6 @@ buildPythonPackage rec {
maintainers = with maintainers; [
kamadorueda
];
broken = true; # dependency tree is too fragile for nixpkgs
};
}