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-10 11:36:49 -07:00 committed by Jon
parent 539b7f1e3b
commit 976cb854fd
1 changed files with 1 additions and 0 deletions

View File

@ -205,5 +205,6 @@ buildPythonPackage rec {
maintainers = with maintainers; [
kamadorueda
];
broken = true; # dependency tree is too fragile for nixpkgs
};
}