emacsPackages.pdf-meta-edit: replace pdftk program (#442282)

This commit is contained in:
Lin Jian
2025-09-12 18:00:13 +00:00
committed by GitHub
@@ -1603,6 +1603,16 @@ let
pastery = ignoreCompilationError super.pastery; # elisp error
pdf-meta-edit = super.pdf-meta-edit.overrideAttrs (attrs: {
postPatch =
attrs.postPatch or ""
+ "\n"
+ ''
substituteInPlace pdf-meta-edit.el \
--replace-fail '(executable-find "pdftk")' '"${lib.getExe pkgs.pdftk}"'
'';
});
pgdevenv = ignoreCompilationError super.pgdevenv; # elisp error
pinot = ignoreCompilationError super.pinot; # elisp error