connman: Switch to postPatch from patchPhase
This commit is contained in:
parent
3b89674dc3
commit
fa5f7b89c4
@ -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 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user