Remove unused runtime deps imagemagick and tesseract

pull/187/head
Joseph LaFreniere 8 months ago
parent 2798b84408
commit 81d04fb8e9
No known key found for this signature in database
GPG Key ID: EE236AA0141EFCA3

@ -54,15 +54,7 @@
pkgs.libiconv
];
runtimeInputs = with pkgs; [
ffmpeg
imagemagick
pandoc
poppler_utils
ripgrep
tesseract
zip
];
runtimeInputs = with pkgs; [ ffmpeg pandoc poppler_utils ripgrep zip ];
# Build *just* the cargo dependencies, so we can reuse
# all of that work (e.g. via cachix) when running in CI

Loading…
Cancel
Save