mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 05:23:54 +00:00
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
@ -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…
Reference in New Issue
Block a user