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

python313Packages.mat2: fix test with exiftool 13.25

parent 2a299827
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  buildPythonPackage,
  pytestCheckHook,
  fetchFromGitLab,
  fetchpatch,
  replaceVars,
  bubblewrap,
  exiftool,
@@ -36,6 +37,11 @@ buildPythonPackage rec {

  patches =
    [
      (fetchpatch {
        name = "exiftool-13.25-compat.patch";
        url = "https://0xacab.org/jvoisin/mat2/-/commit/473903b70e1b269a6110242a9c098a10c18554e2.patch";
        hash = "sha256-vxxjAFwiTDlcTT3ZlfhOG4rlzBJS+LhLoA++8y2hEok=";
      })
      # hardcode paths to some binaries
      (replaceVars ./paths.patch {
        exiftool = lib.getExe exiftool;