Unverified Commit e6c9569c authored by Lin Jian's avatar Lin Jian Committed by GitHub
Browse files

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

parents ccbd2d19 9c4d1466
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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