connman: Use patchPhase instead of preConfigure
This commit is contained in:
parent
e59deafc2d
commit
be59cb3be8
@ -84,8 +84,10 @@ stdenv.mkDerivation rec {
|
|||||||
;
|
;
|
||||||
|
|
||||||
# fix invalid path to 'file'
|
# fix invalid path to 'file'
|
||||||
preConfigure = ''
|
patchPhase = ''
|
||||||
|
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