Skip to content

Commit

Permalink
python3Packages.mat2: fix tests against ffmpeg 4.4
Browse files Browse the repository at this point in the history
seems upstream have already noticed this breakage and have fixed it
in master
  • Loading branch information
risicle committed May 26, 2021
1 parent 83820ad commit 6d8b59a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/mat2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
, python
, pythonOlder
, fetchFromGitLab
, fetchpatch
, substituteAll
, bubblewrap
, exiftool
Expand Down Expand Up @@ -49,6 +50,12 @@ buildPythonPackage rec {
./executable-name.patch
# hardcode path to mat2 executable
./tests.patch
# remove for next release
(fetchpatch {
name = "fix-tests-ffmpeg-4.4.patch";
url = "https://0xacab.org/jvoisin/mat2/-/commit/c9be50f968212b01f8d8ad85e59e19c3e67d8578.patch";
sha256 = "0895dkv6575ps3drdfnli15cggx27n9irjx0axigrm4ql4ma0648";
})
];

postPatch = ''
Expand Down

0 comments on commit 6d8b59a

Please sign in to comment.