1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

plugins/telescope: package for dependency poppler-utils was renamed

This commit is contained in:
Gaetan Lepage 2025-10-29 13:24:57 +01:00 committed by Gaétan Lepage
parent 50a19c3a58
commit 70bb97ca67

View file

@ -52,7 +52,7 @@ mkExtension {
epub-thumbnailer.default = "epub-thumbnailer"; epub-thumbnailer.default = "epub-thumbnailer";
ffmpegthumbnailer.default = "ffmpegthumbnailer"; ffmpegthumbnailer.default = "ffmpegthumbnailer";
fontpreview.default = "fontpreview"; fontpreview.default = "fontpreview";
poppler-utils.default = "poppler_utils"; poppler-utils.default = "poppler-utils";
}; };
} }
]; ];