forked from mirrors/nixpkgs
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'
|
||||
preConfigure = ''
|
||||
patchPhase = ''
|
||||
runHook prePatch
|
||||
sed -i "s/\/usr\/bin\/file/file/g" ./configure
|
||||
runHook postPatch
|
||||
'';
|
||||
|
||||
configureFlags = [
|
||||
|
|
Loading…
Reference in a new issue