From 24e4a4e40fa9029f9cb3d2a4883870593b54b2c1 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 9 May 2021 21:00:01 +0000 Subject: [PATCH] systemd: don't manually enableParallelBuilding This is automatic for Meson builds. --- pkgs/os-specific/linux/systemd/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix index b7beeb727c4d..c13f97fcde74 100644 --- a/pkgs/os-specific/linux/systemd/default.nix +++ b/pkgs/os-specific/linux/systemd/default.nix @@ -514,8 +514,6 @@ stdenv.mkDerivation { rm -rf $out/share/doc ''; - enableParallelBuilding = true; - # The interface version prevents NixOS from switching to an # incompatible systemd at runtime. (Switching across reboots is # fine, of course.) It should be increased whenever systemd changes