Skip to content

Commit

Permalink
Merge pull request #124552 from risicle/ris-mat2-test-fix
Browse files Browse the repository at this point in the history
python3Packages.mat2: fix tests against ffmpeg 4.4
  • Loading branch information
veprbl authored May 26, 2021
2 parents 4d77eeb + 6d8b59a commit 023bd08
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 023bd08

Please sign in to comment.