qt48: hopefully a good fix for parallel builds, finally
It caused rare failures, mainly for Qt for creator build.
This commit is contained in:
parent
0813e7b748
commit
34f152e0d3
@ -92,8 +92,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
# fix underspecified dependency in a generated makefile
|
||||
postConfigure = ''
|
||||
substituteInPlace tools/designer/src/lib/Makefile --replace \
|
||||
"moc_qtgradientviewdialog.cpp:" "moc_qtgradientviewdialog.cpp: .uic/release-shared/ui_qtgradientview.h"
|
||||
sed "1iqtgradientview.h: .uic/release-shared/ui_qtgradientview.h" \
|
||||
-i tools/designer/src/lib/Makefile
|
||||
'';
|
||||
|
||||
propagatedBuildInputs =
|
||||
|
Loading…
x
Reference in New Issue
Block a user