systemd: don't manually enableParallelBuilding

This is automatic for Meson builds.
launchpad/nixpkgs/master
Alyssa Ross 3 years ago
parent 6978666e15
commit 24e4a4e40f
  1. 2
      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

Loading…
Cancel
Save