Fixing typo in previous merge.
This commit is contained in:
parent
8f73cdeac2
commit
ad1971a1d1
@ -6859,7 +6859,7 @@ let
|
|||||||
systemd_with_lvm2 = pkgs.lib.overrideDerivation pkgs.systemd (p: {
|
systemd_with_lvm2 = pkgs.lib.overrideDerivation pkgs.systemd (p: {
|
||||||
name = p.name + "-with-lvm2";
|
name = p.name + "-with-lvm2";
|
||||||
postInstall = p.postInstall + ''
|
postInstall = p.postInstall + ''
|
||||||
cp ${pkgs.lvm2}/lib/systemd/system-generators/* $out/lib/systemd/system-generat
|
cp ${pkgs.lvm2}/lib/systemd/system-generators/* $out/lib/systemd/system-generators
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user