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:
parent
ca67fccbfe
commit
fa6caedfea
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Reference in New Issue