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' # fix invalid path to 'file'
patchPhase = '' postPatch = ''
runHook prePatch
sed -i "s/\/usr\/bin\/file/file/g" ./configure sed -i "s/\/usr\/bin\/file/file/g" ./configure
runHook postPatch
''; '';
configureFlags = [ configureFlags = [