lol

bumblebee: use postPatch instead of patchPhase

+1 -1
+1 -1
pkgs/tools/X11/bumblebee/default.nix
··· 69 69 70 70 # the have() function is deprecated and not available to bash completions the 71 71 # way they are currently loaded in NixOS, so use _have. See #10936 72 - patchPhase = '' 72 + postPatch = '' 73 73 substituteInPlace scripts/bash_completion/bumblebee \ 74 74 --replace "have optirun" "_have optirun" 75 75 '';