···69697070 # the have() function is deprecated and not available to bash completions the
7171 # way they are currently loaded in NixOS, so use _have. See #10936
7272- patchPhase = ''
7272+ postPatch = ''
7373 substituteInPlace scripts/bash_completion/bumblebee \
7474 --replace "have optirun" "_have optirun"
7575 '';