Merge pull request #196224 from NickCao/qtwebengine

qt6.qtwebengine: correct how NIX_BUILD_CORES is propagated to the gn …
main
Timothy DeHerrera 2 years ago committed by GitHub
commit 3303cf254c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/libraries/qt-6/modules/qtwebengine.nix

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

Loading…
Cancel
Save