emacs.pkgs.ada-mode: enforce $NIX_BUILD_CORES

Prevent gprbuild to detect the amount of available cores and enforce user settings.
launchpad/nixpkgs/master
sternenseemann 3 years ago
parent e0a4432192
commit f3670095db
  1. 2
      pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix

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

Loading…
Cancel
Save