Unverified Commit 800da9b6 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

python313Packages.ocrmypdf: use headless ghostscript

parent 71952c30
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  buildPythonPackage,
  deprecation,
  fetchFromGitHub,
  ghostscript,
  ghostscript_headless,
  hatch-vcs,
  hatchling,
  hypothesis,
@@ -52,7 +52,7 @@ buildPythonPackage rec {
    ./use-pillow-heif.patch
    (substituteAll {
      src = ./paths.patch;
      gs = lib.getExe ghostscript;
      gs = lib.getExe ghostscript_headless;
      jbig2 = lib.getExe jbig2enc;
      pngquant = lib.getExe pngquant;
      tesseract = lib.getExe tesseract;