about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-08-06 22:32:57 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-08-06 22:32:57 +0200
commitf3670095dbbd51fef6aabc6322e715ce7dab4006 (patch)
tree32038f9269d089753bd6cdb8cba44c99653776e2 /pkgs/applications/editors
parente0a4432192badeff8415394235f7b2de04bc51ec (diff)
emacs.pkgs.ada-mode: enforce $NIX_BUILD_CORES
Prevent gprbuild to detect the amount of available cores and enforce user settings.
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix b/pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix
index 821960d1338ed..59ad28052fae5 100644
--- a/pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix
+++ b/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 = ''