all-packages.nix: avoid breaking syntax highlighting in Emacs
This commit is contained in:
parent
97e0e19858
commit
c7ad106209
@ -6904,7 +6904,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-generators
|
cp "${pkgs.lvm2}/lib/systemd/system-generators/"* $out/lib/systemd/system-generators
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user