python3Packages.mat2: fix tests against ffmpeg 4.4
seems upstream have already noticed this breakage and have fixed it in master (cherry picked from commit 6d8b59ab3047997ad225efe048ae6f1f72561e13)
This commit is contained in:
parent
84a08eb98d
commit
deb0a4259f
|
@ -3,6 +3,7 @@
|
||||||
, python
|
, python
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, fetchFromGitLab
|
, fetchFromGitLab
|
||||||
|
, fetchpatch
|
||||||
, substituteAll
|
, substituteAll
|
||||||
, bubblewrap
|
, bubblewrap
|
||||||
, exiftool
|
, exiftool
|
||||||
|
@ -49,6 +50,12 @@ buildPythonPackage rec {
|
||||||
./executable-name.patch
|
./executable-name.patch
|
||||||
# hardcode path to mat2 executable
|
# hardcode path to mat2 executable
|
||||||
./tests.patch
|
./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 = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in New Issue