summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/neovim')
-rw-r--r--pkgs/applications/editors/neovim/default.nix1
-rw-r--r--pkgs/applications/editors/neovim/qt.nix2
2 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/editors/neovim/default.nix b/pkgs/applications/editors/neovim/default.nix
index b546aae790a7..b4ad25f60c25 100644
--- a/pkgs/applications/editors/neovim/default.nix
+++ b/pkgs/applications/editors/neovim/default.nix
@@ -48,7 +48,6 @@ in
];
dontFixCmake = true;
- enableParallelBuilding = true;
buildInputs = [
gperf
diff --git a/pkgs/applications/editors/neovim/qt.nix b/pkgs/applications/editors/neovim/qt.nix
index 323f08c23f87..5a75a9284f03 100644
--- a/pkgs/applications/editors/neovim/qt.nix
+++ b/pkgs/applications/editors/neovim/qt.nix
@@ -27,8 +27,6 @@ let
nativeBuildInputs = [ cmake doxygen ];
- enableParallelBuilding = true;
-
preCheck = ''
# The GUI tests require a running X server, disable them
sed -i ../test/CMakeLists.txt \