opencolorio: remove ilmbase from inputs (#279925)

Imath is used *instead of* Ilmbase. See ea4300aeb9
This commit is contained in:
Yureka 2024-01-14 07:04:23 +01:00 committed by GitHub
parent dd5621df6d
commit 9c0581d47f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,6 @@
, cmake
, expat
, yaml-cpp
, ilmbase
, pystring
, imath
, minizip-ng
@ -60,7 +59,6 @@ stdenv.mkDerivation rec {
buildInputs = [
expat
yaml-cpp
ilmbase
pystring
imath
minizip-ng