Commit 2a299827 authored by Robert Schütz's avatar Robert Schütz
Browse files

python313Packages.img2pdf: fix test with exiftool 13.25

parent acc8a468
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  buildPythonPackage,
  fetchFromGitea,
  fetchpatch,
  replaceVars,
  colord,
  setuptools,
@@ -34,6 +35,11 @@ buildPythonPackage rec {
  };

  patches = [
    (fetchpatch {
      name = "exiftool-13.23-compat.patch";
      url = "https://gitlab.mister-muffin.de/josch/img2pdf/commit/59132f20f8a40f6ed4e5cd2a3719bf55473ba4d7.patch";
      hash = "sha256-A36YSZ6kBFzEa2lSKIVHRg9r6Oi8FGkOnmt2YxlkwWw=";
    })
    (replaceVars ./default-icc-profile.patch {
      srgbProfile =
        if stdenv.hostPlatform.isDarwin then