Merge pull request #196224 from NickCao/qtwebengine
qt6.qtwebengine: correct how NIX_BUILD_CORES is propagated to the gn …
This commit is contained in:
commit
3303cf254c
1 changed files with 4 additions and 0 deletions
|
@ -228,6 +228,10 @@ qtModule {
|
||||||
|
|
||||||
requiredSystemFeatures = [ "big-parallel" ];
|
requiredSystemFeatures = [ "big-parallel" ];
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
export NINJAFLAGS="-j$NIX_BUILD_CORES"
|
||||||
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# This is required at runtime
|
# This is required at runtime
|
||||||
mkdir $out/libexec
|
mkdir $out/libexec
|
||||||
|
|
Loading…
Reference in a new issue