connman: Switch to postPatch from patchPhase

This commit is contained in:
Doron Behar 2020-03-02 11:13:45 +02:00
parent 3b89674dc3
commit fa5f7b89c4

View file

@ -84,10 +84,8 @@ stdenv.mkDerivation rec {
;
# fix invalid path to 'file'
patchPhase = ''
runHook prePatch
postPatch = ''
sed -i "s/\/usr\/bin\/file/file/g" ./configure
runHook postPatch
'';
configureFlags = [