mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
all-packages.nix: avoid breaking syntax highlighting in Emacs
This commit is contained in:
parent
97e0e19858
commit
c7ad106209
1 changed files with 1 additions and 1 deletions
|
@ -6904,7 +6904,7 @@ let
|
|||
systemd_with_lvm2 = pkgs.lib.overrideDerivation pkgs.systemd (p: {
|
||||
name = p.name + "-with-lvm2";
|
||||
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 a new issue