openimageio: fix build error

This commit is contained in:
illustris
2021-03-22 22:56:17 -04:00
committed by Dmitry Kalinkin
parent e9eee4a91d
commit 3bf443d46a
2 changed files with 36 additions and 0 deletions
@@ -33,6 +33,11 @@ stdenv.mkDerivation rec {
"dist_dir="
];
patches = [
# Backported from https://github.com/OpenImageIO/oiio/pull/2539 for 1.8.17
./2539_backport.patch
];
meta = with lib; {
homepage = "http://www.openimageio.org";
description = "A library and tools for reading and writing images";