Merge pull request #32173 from dtzWill/fix/qt48-parallel-patch-tabs
qt48: match whitespace in context of patch to better apply on @dtzWill's tree and maybe future nixpkgs too
This commit is contained in:
commit
0c9ba0e149
@ -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