{ final, prev, ... }: { changedetection-io = prev.changedetection-io.overrideAttrs (oldAttrs: { propagatedBuildInputs = (oldAttrs.propagatedBuildInputs or []) ++ (with final.python3.pkgs; [ playwright ]); }); }