systemd-wait: fix evaluation error

This commit is contained in:
Peter Simons 2018-10-08 11:26:30 +02:00
parent b669a45868
commit ab6f4d3652
1 changed files with 1 additions and 1 deletions

View File

@ -14784,7 +14784,7 @@ with pkgs;
'';
}));
systemd-wait = callPackages ../os-specific/linux/systemd-wait { };
systemd-wait = callPackage ../os-specific/linux/systemd-wait { };
sysvinit = callPackage ../os-specific/linux/sysvinit { };