_final: prev: { openssh-patched = prev.openssh.overrideAttrs (old: { patches = (old.patches or [ ]) ++ [ ./permfix.patch ]; doCheck = false; }); }