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:
sternenseemann 2021-08-06 22:32:57 +02:00
parent e0a4432192
commit f3670095db

View file

@ -87,7 +87,7 @@ self: let
];
preInstall = ''
./build.sh
./build.sh -j$NIX_BUILD_CORES
'';
postInstall = ''