emacs.pkgs.ada-mode: enforce $NIX_BUILD_CORES
Prevent gprbuild to detect the amount of available cores and enforce user settings.
This commit is contained in:
parent
e0a4432192
commit
f3670095db
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ self: let
|
|||
];
|
||||
|
||||
preInstall = ''
|
||||
./build.sh
|
||||
./build.sh -j$NIX_BUILD_CORES
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue