openimageio: fix build error
This commit is contained in:
committed by
Dmitry Kalinkin
parent
e9eee4a91d
commit
3bf443d46a
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user