connman: Use patchPhase instead of preConfigure

+3 -1
+3 -1
pkgs/tools/networking/connman/default.nix
··· 84 ; 85 86 # fix invalid path to 'file' 87 - preConfigure = '' 88 sed -i "s/\/usr\/bin\/file/file/g" ./configure 89 ''; 90 91 configureFlags = [
··· 84 ; 85 86 # fix invalid path to 'file' 87 + patchPhase = '' 88 + runHook prePatch 89 sed -i "s/\/usr\/bin\/file/file/g" ./configure 90 + runHook postPatch 91 ''; 92 93 configureFlags = [