tv fzf: allow unset patchPhase

For nixpkgs 21.05
This commit is contained in:
tv 2021-06-02 00:18:10 +02:00
parent f0660185cb
commit 1132a21b94
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ self: super: {
# XXX cannot use `patches` because fzf has a custom patchPhase
patchPhase = ''
patch -Np1 < ${./fzf.complete1.patch}
${old.patchPhase}
${old.patchPhase or ""}
'';
});
input-fonts = super.input-fonts.overrideAttrs (old: rec {