tv fzf: allow unset patchPhase
For nixpkgs 21.05
This commit is contained in:
parent
f0660185cb
commit
1132a21b94
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue