Revert "qt48: use tabs in the Makefile patch"

to apply a different fix, since the current one does not apply to Darwin.

This reverts commit bfaf7ae5aee2fdea952341911b68b54df7541c9c.
This commit is contained in:
Orivej Desh 2017-11-30 07:42:07 +00:00
parent a8f3df29c6
commit 64f945efd2
2 changed files with 4 additions and 4 deletions

View File

@ -128,7 +128,7 @@ stdenv.mkDerivation rec {
postConfigure = ''
echo "applying patch ${./parallel-build.patch}"
patch -p1 -i ${./parallel-build.patch}
patch -p1 < ${./parallel-build.patch}
'';
prefixKey = "-prefix ";