mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/image: remove unneeded magick dependency (already propagated by image-nvim)
This commit is contained in:
parent
279d2570b5
commit
7e51c72da2
1 changed files with 0 additions and 2 deletions
|
@ -146,7 +146,5 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
||||||
cfg.curlPackage
|
cfg.curlPackage
|
||||||
|
|
||||||
] ++ lib.optional (cfg.settings.backend == "ueberzug") cfg.ueberzugPackage;
|
] ++ lib.optional (cfg.settings.backend == "ueberzug") cfg.ueberzugPackage;
|
||||||
|
|
||||||
extraLuaPackages = ps: [ ps.magick ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue