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:
parent
539b7f1e3b
commit
976cb854fd
@ -205,5 +205,6 @@ buildPythonPackage rec {
|
|||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
kamadorueda
|
kamadorueda
|
||||||
];
|
];
|
||||||
|
broken = true; # dependency tree is too fragile for nixpkgs
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user