connman: Use patchPhase instead of preConfigure
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user