Merge pull request #196224 from NickCao/qtwebengine

qt6.qtwebengine: correct how NIX_BUILD_CORES is propagated to the gn …
This commit is contained in:
Timothy DeHerrera 2022-10-16 10:45:50 -06:00 committed by GitHub
commit 3303cf254c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -228,6 +228,10 @@ qtModule {
requiredSystemFeatures = [ "big-parallel" ];
preConfigure = ''
export NINJAFLAGS="-j$NIX_BUILD_CORES"
'';
postInstall = ''
# This is required at runtime
mkdir $out/libexec