qt48: hopefully a version that works for all possibilities

All builds were OK on my 8-thread testing machine, but it's probably too
little parallelism to show these problems.
This commit is contained in:
Vladimír Čunát 2013-06-13 19:17:01 +02:00
parent ca67fccbfe
commit fa6caedfea
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
'';
# fix underspecified dependency in a generated makefile
postConfigure = ''
postConfigure = stdenv.lib.optional developerBuild ''
sed "1iqtgradientview.h: .uic/release-shared/ui_qtgradientview.h" \
-i tools/designer/src/lib/Makefile
'';