connman: Switch to postPatch from patchPhase
This commit is contained in:
parent
3b89674dc3
commit
fa5f7b89c4
1 changed files with 1 additions and 3 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue