qt48: use tabs in the Makefile patch
Fixes application of the patch to a differently configured Qt.
This commit is contained in:
parent
0e4edca603
commit
bfaf7ae5ae
@ -128,7 +128,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postConfigure = ''
|
postConfigure = ''
|
||||||
echo "applying patch ${./parallel-build.patch}"
|
echo "applying patch ${./parallel-build.patch}"
|
||||||
patch -p1 < ${./parallel-build.patch}
|
patch -p1 -i ${./parallel-build.patch}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
prefixKey = "-prefix ";
|
prefixKey = "-prefix ";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user