3
0
Fork 0
forked from mirrors/nixpkgs

systemd: don't manually enableParallelBuilding

This is automatic for Meson builds.
This commit is contained in:
Alyssa Ross 2021-05-09 21:00:01 +00:00
parent 6978666e15
commit 24e4a4e40f

View file

@ -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