Merge pull request #271909 from pbsds/fix-olive-editor-1701629752

olive-editor: fix build by pinning openimageio to 2.4.15.0
This commit is contained in:
Peder Bergebakken Sundt 2023-12-05 01:54:36 +01:00 committed by GitHub
commit 0b7b181169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,18 @@
, qttools
}:
let
# https://github.com/olive-editor/olive/issues/2284
# we patch support for 2.3+, but 2.5 fails
openimageio' = openimageio.overrideAttrs (old: rec {
version = "2.4.15.0";
src = (old.src.override {
rev = "v${version}";
hash = "sha256-I2/JPmUBDb0bw7qbSZcAkYHB2q2Uo7En7ZurMwWhg/M=";
});
});
in
stdenv.mkDerivation {
pname = "olive-editor";
version = "unstable-2023-06-12";
@ -61,7 +73,7 @@ stdenv.mkDerivation {
ffmpeg_4
frei0r
opencolorio
openimageio
openimageio'
imath
openexr_3
portaudio